set terminal to nord color scheme
This commit is contained in:
parent
bb0c041d5e
commit
f479ae759c
1 changed files with 21 additions and 47 deletions
|
@ -153,57 +153,31 @@ persistent_logging: false
|
|||
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
draw_bold_text_with_bright_colors: false
|
||||
# Colors (Iceberg)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x161821'
|
||||
foreground: '0xd2d4de'
|
||||
|
||||
# Normal colors
|
||||
background: '0x2E3440'
|
||||
foreground: '0xD8DEE9'
|
||||
cursor:
|
||||
text: '0x2E3440'
|
||||
cursor: '0xD8DEE9'
|
||||
normal:
|
||||
black: '0x161821'
|
||||
red: '0xe27878'
|
||||
green: '0xb4be82'
|
||||
yellow: '0xe2a478'
|
||||
blue: '0x84a0c6'
|
||||
magenta: '0xa093c7'
|
||||
cyan: '0x89b8c2'
|
||||
white: '0xc6c8d1'
|
||||
|
||||
# Bright colors
|
||||
black: '0x3B4252'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x88C0D0'
|
||||
white: '0xE5E9F0'
|
||||
bright:
|
||||
black: '0x6b7089'
|
||||
red: '0xe98989'
|
||||
green: '0xc0ca8e'
|
||||
yellow: '0xe9b189'
|
||||
blue: '0x91acd1'
|
||||
magenta: '0xada0d3'
|
||||
cyan: '0x95c4ce'
|
||||
white: '0xd2d4de'
|
||||
# Dim colors
|
||||
#
|
||||
# If the dim colors are not set, they will be calculated automatically based
|
||||
# on the `normal` colors.
|
||||
#dim:
|
||||
# black: '0x000000'
|
||||
# red: '0x8c3336'
|
||||
# green: '0x7a8530'
|
||||
# yellow: '0x97822e'
|
||||
# blue: '0x506d8f'
|
||||
# magenta: '0x80638e'
|
||||
# cyan: '0x497e7a'
|
||||
# white: '0x9a9a9a'
|
||||
|
||||
# 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: '0xff00ff' }`
|
||||
#
|
||||
indexed_colors: []
|
||||
black: '0x4C566A'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x8FBCBB'
|
||||
white: '0xECEFF4'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue