summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/nord.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/colorschemes/nord.yaml')
-rwxr-xr-x.config/alacritty/colorschemes/nord.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/colorschemes/nord.yaml b/.config/alacritty/colorschemes/nord.yaml
deleted file mode 100755
index 4e8d093..0000000
--- a/.config/alacritty/colorschemes/nord.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Nord)
-colors:
- # Default colors
- primary:
- background: '0x2E3440'
- foreground: '0xD8DEE9'
-
- # Normal colors
- normal:
- black: '0x3B4252'
- red: '0xBF616A'
- green: '0xA3BE8C'
- yellow: '0xEBCB8B'
- blue: '0x81A1C1'
- magenta: '0xB48EAD'
- cyan: '0x88C0D0'
- white: '0xE5E9F0'
-
- # Bright colors
- bright:
- black: '0x4C566A'
- red: '0xBF616A'
- green: '0xA3BE8C'
- yellow: '0xEBCB8B'
- blue: '0x81A1C1'
- magenta: '0xB48EAD'
- cyan: '0x8FBCBB'
- white: '0xECEFF4'