aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/afterglow.yaml
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-03-24 11:49:05 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-03-24 11:49:05 +0100
commitb97e3db54e6a198926e53ab20e398ad48f9bff9d (patch)
tree24d1ef8fc69a31bf009b37a7a8b0a0bc697d936f /linux/alacritty/afterglow.yaml
parent11f68198ec676ec3825fa6edd78c75515aa6034a (diff)
downloaddotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.tar.gz
dotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.zip
toggle themes
Diffstat (limited to 'linux/alacritty/afterglow.yaml')
-rw-r--r--linux/alacritty/afterglow.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/linux/alacritty/afterglow.yaml b/linux/alacritty/afterglow.yaml
new file mode 100644
index 0000000..8ac1691
--- /dev/null
+++ b/linux/alacritty/afterglow.yaml
@@ -0,0 +1,48 @@
+colors:
+ # Default colors
+ primary:
+ background: '#2c2c2c'
+ foreground: '#d6d6d6'
+
+ dim_foreground: '#dbdbdb'
+ bright_foreground: '#d9d9d9'
+ dim_background: '#202020' # not sure
+ bright_background: '#3a3a3a' # not sure
+
+ # Cursor colors
+ cursor:
+ text: '#2c2c2c'
+ cursor: '#d9d9d9'
+
+ # Normal colors
+ normal:
+ black: '#1c1c1c'
+ red: '#bc5653'
+ green: '#909d63'
+ yellow: '#ebc17a'
+ blue: '#7eaac7'
+ magenta: '#aa6292'
+ cyan: '#86d3ce'
+ white: '#cacaca'
+
+ # Bright colors
+ bright:
+ black: '#636363'
+ red: '#bc5653'
+ green: '#909d63'
+ yellow: '#ebc17a'
+ blue: '#7eaac7'
+ magenta: '#aa6292'
+ cyan: '#86d3ce'
+ white: '#f7f7f7'
+
+ # Dim colors
+ dim:
+ black: '#232323'
+ red: '#74423f'
+ green: '#5e6547'
+ yellow: '#8b7653'
+ blue: '#556b79'
+ magenta: '#6e4962'
+ cyan: '#5c8482'
+ white: '#828282'