diff options
author | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
commit | 4c917edb480f043c9de090882a4888571dff4610 (patch) | |
tree | 69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/colorschemes/papertheme.yaml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/papertheme.yaml')
-rw-r--r-- | .config/alacritty/colorschemes/papertheme.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/papertheme.yaml b/.config/alacritty/colorschemes/papertheme.yaml new file mode 100644 index 0000000..13117e1 --- /dev/null +++ b/.config/alacritty/colorschemes/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' |