summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/afterglow.yaml
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/afterglow.yaml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/afterglow.yaml')
-rw-r--r--.config/alacritty/colorschemes/afterglow.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/afterglow.yaml b/.config/alacritty/colorschemes/afterglow.yaml
new file mode 100644
index 0000000..44a97d8
--- /dev/null
+++ b/.config/alacritty/colorschemes/afterglow.yaml
@@ -0,0 +1,48 @@
+colors:
+ # Default colors
+ primary:
+ background: '0x2c2c2c'
+ foreground: '0xd6d6d6'
+
+ dim_foreground: '0xdbdbdb'
+ bright_foreground: '0xd9d9d9'
+ dim_background: '0x202020' # not sure
+ bright_background: '0x3a3a3a' # not sure
+
+ # Cursor colors
+ cursor:
+ text: '0x2c2c2c'
+ cursor: '0xd9d9d9'
+
+ # Normal colors
+ normal:
+ black: '0x1c1c1c'
+ red: '0xbc5653'
+ green: '0x909d63'
+ yellow: '0xebc17a'
+ blue: '0x7eaac7'
+ magenta: '0xaa6292'
+ cyan: '0x86d3ce'
+ white: '0xcacaca'
+
+ # Bright colors
+ bright:
+ black: '0x636363'
+ red: '0xbc5653'
+ green: '0x909d63'
+ yellow: '0xebc17a'
+ blue: '0x7eaac7'
+ magenta: '0xaa6292'
+ cyan: '0x86d3ce'
+ white: '0xf7f7f7'
+
+ # Dim colors
+ dim:
+ black: '0x232323'
+ red: '0x74423f'
+ green: '0x5e6547'
+ yellow: '0x8b7653'
+ blue: '0x556b79'
+ magenta: '0x6e4962'
+ cyan: '0x5c8482'
+ white: '0x828282'