diff options
Diffstat (limited to '.config/alacritty/themes/nord.toml')
-rw-r--r-- | .config/alacritty/themes/nord.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/nord.toml b/.config/alacritty/themes/nord.toml deleted file mode 100644 index 01cc0d0..0000000 --- a/.config/alacritty/themes/nord.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) - -# Default colors -[colors.primary] -background = '#2E3440' -foreground = '#D8DEE9' - -# Normal colors -[colors.normal] -black = '#3B4252' -red = '#BF616A' -green = '#A3BE8C' -yellow = '#EBCB8B' -blue = '#81A1C1' -magenta = '#B48EAD' -cyan = '#88C0D0' -white = '#E5E9F0' - -# Bright colors -[colors.bright] -black = '#4C566A' -red = '#BF616A' -green = '#A3BE8C' -yellow = '#EBCB8B' -blue = '#81A1C1' -magenta = '#B48EAD' -cyan = '#8FBCBB' -white = '#ECEFF4' |