aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/alacritty
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-01 23:47:32 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-01 23:47:32 +0300
commita604c075fc9b26998cd075230b37bbcb80c80d51 (patch)
treee8f56bb328b301dfd77972acda640ddac31c534d /dotfiles/.config/alacritty
parent282c5ca84074045ef1e546a94334b2daff70426a (diff)
downloadswayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.tar.gz
swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.zip
Changes to color scheme
Updated the colors for: * Alacritty * Bemenu * Waybar * Sway
Diffstat (limited to 'dotfiles/.config/alacritty')
-rw-r--r--dotfiles/.config/alacritty/alacritty.yml156
1 files changed, 44 insertions, 112 deletions
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