diff options
Diffstat (limited to '.config/alacritty/themes/remedy_dark.toml')
-rw-r--r-- | .config/alacritty/themes/remedy_dark.toml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.config/alacritty/themes/remedy_dark.toml b/.config/alacritty/themes/remedy_dark.toml deleted file mode 100644 index 682ec20..0000000 --- a/.config/alacritty/themes/remedy_dark.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Default colors -[colors.primary] -background = '#2c2b2a' -foreground = '#f9e7c4' - -dim_foreground = '#685E4A' -bright_foreground = '#1C1508' - -# Normal colors -[colors.normal] -black = '#282a2e' -red = '#a54242' -green = '#8c9440' -yellow = '#de935f' -blue = '#5f819d' -magenta = '#85678f' -cyan = '#5e8d87' -white = '#707880' - -# Bright colors -[colors.bright] -black = '#373b41' -red = '#cc6666' -green = '#b5bd68' -yellow = '#f0c674' -blue = '#81a2be' -magenta = '#b294bb' -cyan = '#8abeb7' -white = '#c5c8c6' |