summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/afterglow.yaml
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-12 16:55:34 +0100
committerself <george@gabbott.dev>2022-07-12 16:55:34 +0100
commitac7a637d3bd56333e0350a481aa213fa4b3836ac (patch)
treee21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /alacritty/alacritty-theme/themes/afterglow.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/afterglow.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/afterglow.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/afterglow.yaml b/alacritty/alacritty-theme/themes/afterglow.yaml
new file mode 100644
index 0000000..44a97d8
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/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'