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/alacritty.yml | 1 - .config/alacritty/themes/doom-one-dark.yml | 2 +- .config/alacritty/themes/dracula.yml | 4 ++-- .config/alacritty/themes/fairyflossdark.yml | 32 +++++++++++++++++++++++++++ .config/alacritty/themes/molokai.yml | 34 +++++++++++++++++++++++++++++ .config/alacritty/window.yml | 2 +- 6 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 .config/alacritty/themes/fairyflossdark.yml create mode 100644 .config/alacritty/themes/molokai.yml (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f1f910a..f908324 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -8,4 +8,3 @@ import: # themes - ~/.config/alacritty/themes/dracula.yml - # - ~/.config/alacritty/themes/doom-one-dark.yml diff --git a/.config/alacritty/themes/doom-one-dark.yml b/.config/alacritty/themes/doom-one-dark.yml index 54bda64..de3393f 100644 --- a/.config/alacritty/themes/doom-one-dark.yml +++ b/.config/alacritty/themes/doom-one-dark.yml @@ -4,7 +4,7 @@ colors: # Default colors primary: # background: '0x282c34' - background: '0x000000' + background: '0x100b13' foreground: '0xbbc2cf' # Normal colors diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml index da2916d..7d9158b 100644 --- a/.config/alacritty/themes/dracula.yml +++ b/.config/alacritty/themes/dracula.yml @@ -1,7 +1,7 @@ colors: primary: # background: '0x282a36' - background: '0x000000' + background: '0x100b13' foreground: '0xf8f8f2' cursor: text: CellBackground @@ -26,7 +26,7 @@ colors: text: CellForeground background: '0x44475a' normal: - black: '0x000000' + black: '0x0e0a10' red: '0xff5555' green: '0x50fa7b' yellow: '0xf1fa8c' 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' diff --git a/.config/alacritty/themes/molokai.yml b/.config/alacritty/themes/molokai.yml new file mode 100644 index 0000000..b5bea8d --- /dev/null +++ b/.config/alacritty/themes/molokai.yml @@ -0,0 +1,34 @@ +# Colors (Molokai) +colors: + # Default colors + primary: + background: '0x151515' + foreground: '0xeaeaea' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0x000000' + cursor: '0xffffff' + + # Normal colors + normal: + black: '0x121212' + red: '0xfa2573' + # green: '0x98e123' # Correct Molokai colour + green: '0x9cff00' # Better looking colour + yellow: '0xdfd460' + blue: '0x1080d0' + magenta: '0x8700ff' + cyan: '0x43a8d0' + white: '0xbbbbbb' + + # Bright colors + bright: + black: '0x555555' + red: '0xf6669d' + green: '0xb1e05f' + yellow: '0xfff26d' + blue: '0x00afff' + magenta: '0xaf87ff' + cyan: '0x51ceff' + white: '0xffffff' diff --git a/.config/alacritty/window.yml b/.config/alacritty/window.yml index d35f991..7922590 100644 --- a/.config/alacritty/window.yml +++ b/.config/alacritty/window.yml @@ -1,5 +1,5 @@ window: - opacity: 0.7 + opacity: 0.97 # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns -- cgit v1.2.3