Update
This commit is contained in:
@@ -10,7 +10,7 @@ family = "JetBrainsMono Nerd Font"
|
||||
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/themes/dracula-pro.toml"
|
||||
"~/.config/alacritty/themes/tokyonight_night.toml"
|
||||
]
|
||||
|
||||
[keyboard]
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# TokyoNight Alacritty Colors
|
||||
# Theme: Tokyo Night
|
||||
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_night.toml
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1a1b26'
|
||||
foreground = '#c0caf5'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#15161e'
|
||||
red = '#f7768e'
|
||||
green = '#9ece6a'
|
||||
yellow = '#e0af68'
|
||||
blue = '#7aa2f7'
|
||||
magenta = '#bb9af7'
|
||||
cyan = '#7dcfff'
|
||||
white = '#a9b1d6'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#414868'
|
||||
red = '#ff899d'
|
||||
green = '#9fe044'
|
||||
yellow = '#faba4a'
|
||||
blue = '#8db0ff'
|
||||
magenta = '#c7a9ff'
|
||||
cyan = '#a4daff'
|
||||
white = '#c0caf5'
|
||||
|
||||
Reference in New Issue
Block a user