diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-10-10 07:56:02 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-10-10 07:56:17 +0200 |
commit | 643fdee5981c72dd5e972d3158806e90ae4b420f (patch) | |
tree | f322414b61e4c59061bcefb00f80b7b3be1d6b87 /Common/alacritty/papertheme.yaml | |
parent | 5cfffcdc264e62f2b1680620774e34d9f60a4d4e (diff) | |
download | dotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.tar.gz dotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.zip |
Do some changes, switch to alacritty, etc
Diffstat (limited to 'Common/alacritty/papertheme.yaml')
-rw-r--r-- | Common/alacritty/papertheme.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Common/alacritty/papertheme.yaml b/Common/alacritty/papertheme.yaml new file mode 100644 index 0000000..13117e1 --- /dev/null +++ b/Common/alacritty/papertheme.yaml @@ -0,0 +1,28 @@ +# Colors (Paper Theme) +colors: + # Default colors + primary: + background: '#F2EEDE' + foreground: '#000000' + + # Normal colors + normal: + black: '#000000' + red: '#CC3E28' + green: '#216609' + yellow: '#B58900' + blue: '#1E6FCC' + magenta: '#5C21A5' + cyan: '#158C86' + white: '#AAAAAA' + + # Bright colors + bright: + black: '#555555' + red: '#CC3E28' + green: '#216609' + yellow: '#B58900' + blue: '#1E6FCC' + magenta: '#5C21A5' + cyan: '#158C86' + white: '#AAAAAA' |