From a1c5e2a8b6df8967ed32b270edbc96782bf56bef Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 27 Jun 2022 22:02:25 +0530 Subject: pushing custom nextcloud css --- .config/alacritty/themes/fairyflossdark.yml | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .config/alacritty/themes/fairyflossdark.yml (limited to '.config/alacritty/themes/fairyflossdark.yml') 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' -- cgit v1.2.3