This commit is contained in:
Marco Thomas
2020-09-23 00:04:24 +02:00
parent afbe448b02
commit 24fc842639
8 changed files with 75 additions and 38 deletions

View File

@@ -87,34 +87,34 @@ font:
# x: 0
# y: 0
# Colors (Solarized Dark)
# Colors (One Dark)
colors:
# Default colors
primary:
background: '0x002b36'
foreground: '0x839496'
background: '0x1e2127'
foreground: '0xabb2bf'
# Normal colors
normal:
black: '0x073642'
red: '0xdc322f'
green: '0x859900'
yellow: '0xb58900'
blue: '0x268bd2'
magenta: '0xd33682'
cyan: '0x2aa198'
white: '0xeee8d5'
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x002b36'
red: '0xcb4b16'
green: '0x586e75'
yellow: '0x657b83'
blue: '0x839496'
magenta: '0x6c71c4'
cyan: '0x93a1a1'
white: '0xfdf6e3'
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xffffff'
background_opacity: 0.95