mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Adding color schemes.
This commit is contained in:
@@ -214,7 +214,9 @@ font:
|
|||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
# COLOR SCHEMES
|
#######################################
|
||||||
|
## START OF COLOR SCHEMES ##
|
||||||
|
#######################################
|
||||||
schemes:
|
schemes:
|
||||||
### Doom One ###
|
### Doom One ###
|
||||||
doom-one: &doom-one
|
doom-one: &doom-one
|
||||||
@@ -332,6 +334,35 @@ schemes:
|
|||||||
cyan: '0x8ec07c'
|
cyan: '0x8ec07c'
|
||||||
white: '0xebdbb2'
|
white: '0xebdbb2'
|
||||||
|
|
||||||
|
### Monokai ###
|
||||||
|
monokai-pro: &monokai-pro
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#2D2A2E'
|
||||||
|
foreground: '#FCFCFA'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#403E41'
|
||||||
|
red: '#FF6188'
|
||||||
|
green: '#A9DC76'
|
||||||
|
yellow: '#FFD866'
|
||||||
|
blue: '#FC9867'
|
||||||
|
magenta: '#AB9DF2'
|
||||||
|
cyan: '#78DCE8'
|
||||||
|
white: '#FCFCFA'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#727072'
|
||||||
|
red: '#FF6188'
|
||||||
|
green: '#A9DC76'
|
||||||
|
yellow: '#FFD866'
|
||||||
|
blue: '#FC9867'
|
||||||
|
magenta: '#AB9DF2'
|
||||||
|
cyan: '#78DCE8'
|
||||||
|
white: '#FCFCFA'
|
||||||
|
|
||||||
### Nord ###
|
### Nord ###
|
||||||
nord: &nord
|
nord: &nord
|
||||||
# Default colors
|
# Default colors
|
||||||
@@ -361,6 +392,40 @@ schemes:
|
|||||||
cyan: '0x8FBCBB'
|
cyan: '0x8FBCBB'
|
||||||
white: '0xECEFF4'
|
white: '0xECEFF4'
|
||||||
|
|
||||||
|
### Oceanic Next ###
|
||||||
|
oceanic-next: &oceanic-next
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#1b2b34'
|
||||||
|
foreground: '#d8dee9'
|
||||||
|
|
||||||
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
|
cursor:
|
||||||
|
text: '#1b2b34'
|
||||||
|
cursor: '#ffffff'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#343d46'
|
||||||
|
red: '#EC5f67'
|
||||||
|
green: '#99C794'
|
||||||
|
yellow: '#FAC863'
|
||||||
|
blue: '#6699cc'
|
||||||
|
magenta: '#c594c5'
|
||||||
|
cyan: '#5fb3b3'
|
||||||
|
white: '#d8dee9'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#343d46'
|
||||||
|
red: '#EC5f67'
|
||||||
|
green: '#99C794'
|
||||||
|
yellow: '#FAC863'
|
||||||
|
blue: '#6699cc'
|
||||||
|
magenta: '#c594c5'
|
||||||
|
cyan: '#5fb3b3'
|
||||||
|
white: '#d8dee9'
|
||||||
|
|
||||||
### Solarized Light ###
|
### Solarized Light ###
|
||||||
solarized-light: &solarized-light
|
solarized-light: &solarized-light
|
||||||
# Default colors
|
# Default colors
|
||||||
@@ -470,12 +535,19 @@ schemes:
|
|||||||
# *doom-one
|
# *doom-one
|
||||||
# *dracula
|
# *dracula
|
||||||
# *gruvbox-dark
|
# *gruvbox-dark
|
||||||
|
# *monokai-pro
|
||||||
# *nord
|
# *nord
|
||||||
|
# *oceanic-next
|
||||||
# *solarized-light
|
# *solarized-light
|
||||||
# *solarized-dark
|
# *solarized-dark
|
||||||
# *tomorrow-night
|
# *tomorrow-night
|
||||||
|
|
||||||
colors: *doom-one
|
colors: *doom-one
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
## END OF COLOR SCHEMES ##
|
||||||
|
#######################################
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
||||||
|
|||||||
Reference in New Issue
Block a user