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/thelovelace.yaml | |
parent | 7144e6d1d29ef174c286214932002e5c10a79a24 (diff) |
alacritty themes
Diffstat (limited to 'alacritty/alacritty-theme/themes/thelovelace.yaml')
-rw-r--r-- | alacritty/alacritty-theme/themes/thelovelace.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/thelovelace.yaml b/alacritty/alacritty-theme/themes/thelovelace.yaml new file mode 100644 index 0000000..4d73889 --- /dev/null +++ b/alacritty/alacritty-theme/themes/thelovelace.yaml @@ -0,0 +1,27 @@ +colors: + # Default colors + primary: + background: '0x1D1F28' + foreground: '0xFDFDFD' + + # Normal colors + normal: + # Bright colors + black: '0x282A36' + red: '0xF37F97' + green: '0x5ADECD' + yellow: '0xF2A272' + blue: '0x8897F4' + magenta: '0xC574DD' + cyan: '0x79E6F3' + white: '0xFDFDFD' + bright: + black: '0x414458' + red: '0xFF4971' + green: '0x18E3C8' + yellow: '0xEBCB8B' + blue: '0xFF8037' + magenta: '0x556FFF' + cyan: '0x3FDCEE' + white: '0xBEBEC1' + indexed_colors: [] |