diff options
author | self <george@gabbott.dev> | 2022-07-02 19:55:46 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-02 19:55:46 +0100 |
commit | ba03bbf2f4b7197377eec914fc722f4084a342b7 (patch) | |
tree | 436ca8249213b0d2558308a5616eb788739b9d29 /alacritty/alacritty-theme/themes/night_owlish_light.yaml | |
parent | 7144e6d1d29ef174c286214932002e5c10a79a24 (diff) |
alacritty themes
Diffstat (limited to 'alacritty/alacritty-theme/themes/night_owlish_light.yaml')
-rw-r--r-- | alacritty/alacritty-theme/themes/night_owlish_light.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/night_owlish_light.yaml b/alacritty/alacritty-theme/themes/night_owlish_light.yaml new file mode 100644 index 0000000..3b8d938 --- /dev/null +++ b/alacritty/alacritty-theme/themes/night_owlish_light.yaml @@ -0,0 +1,29 @@ +# Colors (Night Owlish Light) +colors: + bright: + black: '#7a8181' + blue: '#5ca7e4' + cyan: '#00c990' + green: '#49d0c5' + magenta: '#697098' + red: '#f76e6e' + white: '#989fb1' + yellow: '#dac26b' + cursor: + cursor: '#403f53' + text: '#fbfbfb' + normal: + black: '#011627' + blue: '#4876d6' + cyan: '#08916a' + green: '#2aa298' + magenta: '#403f53' + red: '#d3423e' + white: '#7a8181' + yellow: '#daaa01' + primary: + background: '#ffffff' + foreground: '#403f53' + selection: + background: '#f2f2f2' + text: '#403f53'
\ No newline at end of file |