aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-06-28 10:25:54 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-06-28 10:25:54 +0300
commitd9d5bdf0f1ea5d7efdbcbb86212c477442619595 (patch)
tree1d990273c5cbcb3d8e4b980b5b78f4f4e819adc0
parenta8b0b144157a6d0c8854a4fa8a884f08e1e8534f (diff)
downloaddotfiles-d9d5bdf0f1ea5d7efdbcbb86212c477442619595.tar.gz
dotfiles-d9d5bdf0f1ea5d7efdbcbb86212c477442619595.zip
alacritty: try new colorscheme
it's kinda weird, but works.
-rw-r--r--alacritty/.config/alacritty/alacritty.yml79
1 files changed, 53 insertions, 26 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index 6109f90..eb20931 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -22,7 +22,7 @@ env:
window:
- # opacity: 0.9
+ opacity: 0.8
# Window dimensions (changes require restart)
#
# Number of lines/columns (not pixels) in the terminal. The number of columns
@@ -172,43 +172,70 @@ font:
# If `true`, bold text is drawn using the bright color variants.
# draw_bold_text_with_bright_colors: false
-
-# manual-rbow
colors:
# Default colors
primary:
- background: '#19191a'
- foreground: '#cadcde'
+ background: '#111111'
+ foreground: '#ccbbcc'
# Normal colors
normal:
- black: '#393838'
- red: '#c74444'
- green: '#7f9848'
- yellow: '#d7a06d'
- blue: '#4e96d5'
- magenta: '#bc5fa7'
- cyan: '#55b795'
- white: '#c3b2f7'
+ black: '#223333'
+ red: '#556666'
+ green: '#889999'
+ yellow: '#bbcccc'
+ blue: '#665566'
+ magenta: '#887788'
+ cyan: '#aa99aa'
+ white: '#ccbbcc'
# Bright colors
bright:
- black: '#5a514b'
- red: '#ed7c68'
- green: '#c7ea76'
- yellow: '#ffdb9d'
- blue: '#a6d5fe'
- magenta: '#edbbe9'
- cyan: '#7fe2c5'
- white: '#e2d6ff'
+ black: '#883333'
+ red: '#aa5555'
+ green: '#cc7777'
+ yellow: '#ffaaaa'
+ blue: '#883333'
+ magenta: '#aa5555'
+ cyan: '#ee9999'
+ white: '#ffaaaa'
+
+# manual-rbow
+# colors:
+# # Default colors
+# primary:
+# background: '#19191a'
+# foreground: '#cadcde'
+#
+# # Normal colors
+# normal:
+# black: '#393838'
+# red: '#c74444'
+# green: '#7f9848'
+# yellow: '#d7a06d'
+# blue: '#4e96d5'
+# magenta: '#bc5fa7'
+# cyan: '#55b795'
+# white: '#c3b2f7'
+#
+# # Bright colors
+# bright:
+# black: '#5a514b'
+# red: '#ed7c68'
+# green: '#c7ea76'
+# yellow: '#ffdb9d'
+# blue: '#a6d5fe'
+# magenta: '#edbbe9'
+# cyan: '#7fe2c5'
+# white: '#e2d6ff'
# old-theme (hybrid by w0ng)
# colors:
# # Default colors
# primary:
-# background: '0x1d1f21'
-# foreground: '0xc5c8c6'
-#
+# background: '#1d1f21'
+# foreground: '#c5c8c6'
+#
# # Normal colors
# normal:
# black: '#282a2e'
@@ -219,7 +246,7 @@ colors:
# magenta: '#85678f'
# cyan: '#5e8d87'
# white: '#707880'
-#
+#
# # Bright colors
# bright:
# black: '#373b41'
@@ -230,7 +257,7 @@ colors:
# magenta: '#b294bb'
# cyan: '#8abeb7'
# white: '#c5c8c6'
-
+
# Colors (Tomorrow Night)
#colors:
# Default colors