summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/palenight.yml
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
committerThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
commit4c917edb480f043c9de090882a4888571dff4610 (patch)
tree69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/colorschemes/palenight.yml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/palenight.yml')
-rw-r--r--.config/alacritty/colorschemes/palenight.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/palenight.yml b/.config/alacritty/colorschemes/palenight.yml
new file mode 100644
index 0000000..f65206a
--- /dev/null
+++ b/.config/alacritty/colorschemes/palenight.yml
@@ -0,0 +1,30 @@
+# iTerm2 Material Design - Palenight theme for Alacritty
+# Source : https://github.com/JonathanSpeek/palenight-iterm2
+
+colors:
+ # Default colors
+ primary:
+ background: '0x292d3e'
+ foreground: '0xd0d0d0'
+
+ # Normal colors
+ normal:
+ black: '0x292d3e'
+ red: '0xf07178'
+ green: '0xc3e88d'
+ yellow: '0xffcb6b'
+ blue: '0x82aaff'
+ magenta: '0xc792ea'
+ cyan: '0x89ddff'
+ white: '0xd0d0d0'
+
+ # Bright colors
+ bright:
+ black: '0x434758'
+ red: '0xff8b92'
+ green: '0xddffa7'
+ yellow: '0xffe585'
+ blue: '0x9cc4ff'
+ magenta: '0xe1acff'
+ cyan: '0xa3f7ff'
+ white: '0xffffff'