diff options
Diffstat (limited to '.config/alacritty/themes/palenight.toml')
-rw-r--r-- | .config/alacritty/themes/palenight.toml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.config/alacritty/themes/palenight.toml b/.config/alacritty/themes/palenight.toml deleted file mode 100644 index fb9ccfc..0000000 --- a/.config/alacritty/themes/palenight.toml +++ /dev/null @@ -1,29 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source https//github.com/JonathanSpeek/palenight-iterm2 - -# Default colors -[colors.primary] -background = '#292d3e' -foreground = '#d0d0d0' - -# Normal colors -[colors.normal] -black = '#292d3e' -red = '#f07178' -green = '#c3e88d' -yellow = '#ffcb6b' -blue = '#82aaff' -magenta = '#c792ea' -cyan = '#89ddff' -white = '#d0d0d0' - -# Bright colors -[colors.bright] -black = '#434758' -red = '#ff8b92' -green = '#ddffa7' -yellow = '#ffe585' -blue = '#9cc4ff' -magenta = '#e1acff' -cyan = '#a3f7ff' -white = '#ffffff' |