Update themese
This commit is contained in:
23
alacritty/themes/darcula.toml
Normal file
23
alacritty/themes/darcula.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "0x282a35"
|
||||
blue = "0xcaa9fa"
|
||||
cyan = "0x9aedfe"
|
||||
green = "0x5af78e"
|
||||
magenta = "0xff92d0"
|
||||
red = "0xff6e67"
|
||||
white = "0xe6e6e6"
|
||||
yellow = "0xf4f99d"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x000000"
|
||||
blue = "0xcaa9fa"
|
||||
cyan = "0x8be9fd"
|
||||
green = "0x50fa7b"
|
||||
magenta = "0xff79c6"
|
||||
red = "0xff5555"
|
||||
white = "0xbfbfbf"
|
||||
yellow = "0xf1fa8c"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x282a36"
|
||||
foreground = "0xf8f8f2"
|
Reference in New Issue
Block a user