alacritty: try new colorscheme it's kinda weird, but works.
la-ninpre leobrekalini@gmail.com
Tue, 28 Jun 2022 10:25:54 +0300
1 files changed,
53 insertions(+),
26 deletions(-)
M
alacritty/.config/alacritty/alacritty.yml
→
alacritty/.config/alacritty/alacritty.yml
@@ -22,7 +22,7 @@ TERM: xterm-256color
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 @@ #use_thin_strokes: true
# 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 @@ # blue: '#5f819d'
# magenta: '#85678f' # cyan: '#5e8d87' # white: '#707880' -# +# # # Bright colors # bright: # black: '#373b41'@@ -230,7 +257,7 @@ # blue: '#81a2be'
# magenta: '#b294bb' # cyan: '#8abeb7' # white: '#c5c8c6' - + # Colors (Tomorrow Night) #colors: # Default colors