From a604c075fc9b26998cd075230b37bbcb80c80d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 1 Dec 2020 23:47:32 +0300 Subject: Changes to color scheme Updated the colors for: * Alacritty * Bemenu * Waybar * Sway --- dotfiles/.config/alacritty/alacritty.yml | 156 +++++++++---------------------- 1 file changed, 44 insertions(+), 112 deletions(-) (limited to 'dotfiles/.config/alacritty') diff --git a/dotfiles/.config/alacritty/alacritty.yml b/dotfiles/.config/alacritty/alacritty.yml index 9a76a16..6daa657 100644 --- a/dotfiles/.config/alacritty/alacritty.yml +++ b/dotfiles/.config/alacritty/alacritty.yml @@ -164,113 +164,47 @@ font: # Colors schemes: - # Ultramar +### Ultramar ### ultramar_dark: &dark - primary: - background: '#1b1e25' - foreground: '#ece7d4' - - # Bright and dim foreground colors - # - # The dimmed foreground color is calculated automatically if it is not present. - # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` - # is `false`, the normal foreground color will be used. - #dim_foreground: '#828482' - #bright_foreground: '#eaeaea' - - # Cursor colors - # - # Colors which should be used to draw the terminal cursor. - # - # Allowed values are CellForeground and CellBackground, which reference the - # affected cell, or hexadecimal colors like #ff00ff. - cursor: - cursor: '#ffffff' - # text: CellBackground - - # Vi mode cursor colors - # - # Colors for the cursor when the vi mode is active. - # - # Allowed values are CellForeground and CellBackground, which reference the - # affected cell, or hexadecimal colors like #ff00ff. - #vi_mode_cursor: - # text: CellBackground - # cursor: CellForeground - - # Selection colors - # - # Colors which should be used to draw the selection area. - # - # Allowed values are CellForeground and CellBackground, which reference the - # affected cell, or hexadecimal colors like #ff00ff. - #selection: - # text: CellBackground - # background: CellForeground - - # Search colors - # - # Colors used for the search bar and match highlighting. - search: - # Allowed values are CellForeground and CellBackground, which reference the - # affected cell, or hexadecimal colors like #ff00ff. - matches: - foreground: '#000000' - background: '#b2872f' + primary: + background: '#151517' + foreground: '#fcf8e2' + + cursor: + cursor: '#ffffff' + + search: + matches: + foreground: '#000000' + background: '#b2872f' bar: - background: '#252832' - foreground: '#e5e9f0' - - # Normal colors - normal: - black: '#1d2021' - red: '#b73030' - green: '#7ea95a' - yellow: '#b2872f' - blue: '#3f6e90' - magenta: '#9c6992' - cyan: '#5b8277' - white: '#a1a6b2' - - # Bright colors - bright: - black: '#434c5e' - red: '#c45c5c' - green: '#9eba86' - yellow: '#e2b55a' - blue: '#81acc1' - magenta: '#b48ead' - cyan: '#7fac96' - white: '#e5e9f0' - - # Dim colors - # - # If the dim colors are not set, they will be calculated automatically based - # on the `normal` colors. - #dim: - # black: '#131415' - # red: '#864343' - # green: '#777c44' - # yellow: '#9e824c' - # blue: '#556a7d' - # magenta: '#75617b' - # cyan: '#5b7d78' - # white: '#828482' - - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - # - # Example: - # `- { index: 16, color: '#ff00ff' }` - # - #indexed_colors: [] + background: '#252832' + foreground: '#e5e9f0' + + normal: + black: '#33333a' + red: '#b73030' + green: '#6d974b' + yellow: '#b2872f' + blue: '#3f6e90' + magenta: '#9c6992' + cyan: '#5b8277' + white: '#d2d0c8' + + bright: + black: '#676775' + red: '#c45c5c' + green: '#92b078' + yellow: '#e2b55a' + blue: '#81acc1' + magenta: '#b48ead' + cyan: '#7fac96' + white: '#faf6e5' ultramar_light: &light primary: - background: '#fbf3d1' + background: '#faf6e5' foreground: '#1b1e25' cursor: @@ -281,30 +215,28 @@ schemes: background: '#b2872f' bar: - background: '#252832' - foreground: '#e5e9f0' + background: '#252832' + foreground: '#e5e9f0' - # Normal colors normal: - black: '#1d2021' + black: '#151517' red: '#b73030' - green: '#7ea95a' + green: '#6d974b' yellow: '#b2872f' blue: '#3f6e90' magenta: '#9c6992' cyan: '#5b8277' - white: '#a1a6b2' + white: '#91908d' - # Bright colors bright: - black: '#434c5e' + black: '#33333a' red: '#c45c5c' - green: '#9eba86' + green: '#92b078' yellow: '#e2b55a' - blue: '#81acc1' + blue: '#75a2b8' magenta: '#b48ead' cyan: '#7fac96' - white: '#e5e9f0' + white: '#b0afa8' colors: *dark -- cgit v1.2.3