Update themese
This commit is contained in:
31
alacritty/themes/Railscasts.dark.toml
Normal file
31
alacritty/themes/Railscasts.dark.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Railscasts (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5a647e"
|
||||
blue = "#6d9cbe"
|
||||
cyan = "#519f50"
|
||||
green = "#a5c261"
|
||||
magenta = "#b6b3eb"
|
||||
red = "#da4939"
|
||||
white = "#f9f7f3"
|
||||
yellow = "#ffc66d"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#e6e1dc"
|
||||
text = "#2b2b2b"
|
||||
|
||||
[colors.normal]
|
||||
black = "#2b2b2b"
|
||||
blue = "#6d9cbe"
|
||||
cyan = "#519f50"
|
||||
green = "#a5c261"
|
||||
magenta = "#b6b3eb"
|
||||
red = "#da4939"
|
||||
white = "#e6e1dc"
|
||||
yellow = "#ffc66d"
|
||||
|
||||
[colors.primary]
|
||||
background = "#2b2b2b"
|
||||
foreground = "#e6e1dc"
|
Reference in New Issue
Block a user