dotfiles: sync
This commit is contained in:
@@ -6,7 +6,7 @@ window:
|
||||
x: 0
|
||||
y: 0
|
||||
decorations: none
|
||||
startup_mode: SimpleFullscreen
|
||||
startup_mode: Maximized
|
||||
draw_bold_text_with_bright_colors: true
|
||||
font:
|
||||
normal:
|
||||
@@ -18,7 +18,7 @@ font:
|
||||
italic:
|
||||
family: Fira Code
|
||||
style: Light
|
||||
size: 14.0
|
||||
size: 18.0
|
||||
offset:
|
||||
x: 0
|
||||
y: 0
|
||||
@@ -27,28 +27,53 @@ font:
|
||||
y: 0
|
||||
use_thin_strokes: true
|
||||
|
||||
# colors:
|
||||
# primary:
|
||||
# background: '0x002b36'
|
||||
# foreground: '0x839496'
|
||||
# normal:
|
||||
# black: '0x073642'
|
||||
# red: '0xdc322f'
|
||||
# green: '0x859900'
|
||||
# yellow: '0xb58900'
|
||||
# blue: '0x268bd2'
|
||||
# magenta: '0xd33682'
|
||||
# cyan: '0x2aa198'
|
||||
# white: '0xeee8d5'
|
||||
# bright:
|
||||
# black: '0x002b36'
|
||||
# red: '0xcb4b16'
|
||||
# green: '0x586e75'
|
||||
# yellow: '0x657b83'
|
||||
# blue: '0x839496'
|
||||
# magenta: '0x6c71c4'
|
||||
# cyan: '0x93a1a1'
|
||||
# white: '0xfdf6e3'
|
||||
colors:
|
||||
primary:
|
||||
background: '0x002b36'
|
||||
foreground: '0x839496'
|
||||
background: '0x2E3440'
|
||||
foreground: '0xD8DEE9'
|
||||
cursor:
|
||||
text: '0x2E3440'
|
||||
cursor: '0xD8DEE9'
|
||||
normal:
|
||||
black: '0x073642'
|
||||
red: '0xdc322f'
|
||||
green: '0x859900'
|
||||
yellow: '0xb58900'
|
||||
blue: '0x268bd2'
|
||||
magenta: '0xd33682'
|
||||
cyan: '0x2aa198'
|
||||
white: '0xeee8d5'
|
||||
black: '0x3B4252'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x88C0D0'
|
||||
white: '0xE5E9F0'
|
||||
bright:
|
||||
black: '0x002b36'
|
||||
red: '0xcb4b16'
|
||||
green: '0x586e75'
|
||||
yellow: '0x657b83'
|
||||
blue: '0x839496'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x93a1a1'
|
||||
white: '0xfdf6e3'
|
||||
black: '0x4C566A'
|
||||
red: '0xBF616A'
|
||||
green: '0xA3BE8C'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0x81A1C1'
|
||||
magenta: '0xB48EAD'
|
||||
cyan: '0x8FBCBB'
|
||||
white: '0xECEFF4'
|
||||
|
||||
visual_bell:
|
||||
duration: 0
|
||||
|
||||
Reference in New Issue
Block a user