diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-10 21:21:26 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-10 21:21:26 +0200 |
commit | c163ded79bb284c2b2bc1ed8fdddfcb8ede60806 (patch) | |
tree | 10a4e06c6c81ba1bc52042f990320c97489b57c7 /linux/alacritty/inferno.yaml | |
parent | b9f486ba609ae7313283f75cf7161c974d67ce30 (diff) | |
download | dotfiles-c163ded79bb284c2b2bc1ed8fdddfcb8ede60806.tar.gz dotfiles-c163ded79bb284c2b2bc1ed8fdddfcb8ede60806.zip |
Add some indicators
Diffstat (limited to 'linux/alacritty/inferno.yaml')
-rw-r--r-- | linux/alacritty/inferno.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/linux/alacritty/inferno.yaml b/linux/alacritty/inferno.yaml new file mode 100644 index 0000000..8181442 --- /dev/null +++ b/linux/alacritty/inferno.yaml @@ -0,0 +1,29 @@ +# Inferno theme +# Source: https://github.com/hafiz-muhammad/inferno-alacritty-theme/blob/main/inferno.yml +colors: + # Default colors + primary: + background: '0x270d06' + foreground: '0xd9d9d9' + + # Normal colors + normal: + black: '0x330000' + red: '0xff3300' + green: '0xff6600' + yellow: '0xff9900' + blue: '0xffcc00' + magenta: '0xff6600' + cyan: '0xff9900' + white: '0xd9d9d9' + + # Bright colors + bright: + black: '0x663300' + red: '0xff6633' + green: '0xff9966' + yellow: '0xffcc99' + blue: '0xffcc33' + magenta: '0xff9966' + cyan: '0xffcc99' + white: '0xd9d9d9' |