mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 17:18:01 +00:00
33 lines
528 B
YAML
33 lines
528 B
YAML
|
window:
|
||
|
decorations: none
|
||
|
|
||
|
font:
|
||
|
normal:
|
||
|
family: FiraCode Nerd Font Mono
|
||
|
|
||
|
colors:
|
||
|
primary:
|
||
|
background: '0xfafafa'
|
||
|
foreground: '0x383a42'
|
||
|
|
||
|
normal:
|
||
|
black: '0x383a42'
|
||
|
red: '0xe45649'
|
||
|
green: '0x50a14f'
|
||
|
yellow: '0xc18401'
|
||
|
blue: '0x0184bc'
|
||
|
magenta: '0xa626a4'
|
||
|
cyan: '0x0997b3'
|
||
|
white: '0xfafafa'
|
||
|
|
||
|
bright:
|
||
|
black: '0x383a42'
|
||
|
red: '0xe45649'
|
||
|
green: '0x50a14f'
|
||
|
yellow: '0xc18401'
|
||
|
blue: '0x0184bc'
|
||
|
magenta: '0xa626a4'
|
||
|
cyan: '0x0997b3'
|
||
|
white: '0xfafafa'
|
||
|
|