summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/palenight.yml
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-02 19:55:46 +0100
committerself <george@gabbott.dev>2022-07-02 19:55:46 +0100
commitba03bbf2f4b7197377eec914fc722f4084a342b7 (patch)
tree436ca8249213b0d2558308a5616eb788739b9d29 /alacritty/alacritty-theme/themes/palenight.yml
parent7144e6d1d29ef174c286214932002e5c10a79a24 (diff)
alacritty themes
Diffstat (limited to 'alacritty/alacritty-theme/themes/palenight.yml')
-rw-r--r--alacritty/alacritty-theme/themes/palenight.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/palenight.yml b/alacritty/alacritty-theme/themes/palenight.yml
new file mode 100644
index 0000000..f65206a
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/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'