diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
commit | a1c5e2a8b6df8967ed32b270edbc96782bf56bef (patch) | |
tree | dacd856b3abd565f119185ce7ed94e6c06338f32 /.config/alacritty/themes/fairyflossdark.yml | |
parent | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (diff) |
pushing custom nextcloud css
Diffstat (limited to '.config/alacritty/themes/fairyflossdark.yml')
-rw-r--r-- | .config/alacritty/themes/fairyflossdark.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/alacritty/themes/fairyflossdark.yml b/.config/alacritty/themes/fairyflossdark.yml new file mode 100644 index 0000000..61ff9a7 --- /dev/null +++ b/.config/alacritty/themes/fairyflossdark.yml @@ -0,0 +1,32 @@ +# Colors (Molokai) +colors: + # Default colors + primary: + background: '0x42395d' + foreground: '0xf8f8f2' + + # Colors the cursor will use if `custom_cursor_colors` is true + # text: '0x' + # cursor: '0x' + + # Normal colors + normal: + black: '0x42395d' + red: '0xa8757b' + green: '0xff857f' + yellow: '0xe6c000' + blue: '0xae81ff' + magenta: '0x716799' + cyan: '0xc2ffdf' + white: '0xf8f8f2' + + # Bright colors + bright: + black: '0x75507b' + red: '0xffb8d1' + green: '0xf1568e' + yellow: '0xd5a425' + blue: '0xc5a3ff' + magenta: '0x8077a8' + cyan: '0xc2ffff' + white: '0xf8f8f0' |