35 lines
665 B
YAML
35 lines
665 B
YAML
|
bell:
|
||
|
duration: 100
|
||
|
color: '#4d5b86'
|
||
|
|
||
|
colors:
|
||
|
primary:
|
||
|
foreground: '#D9D4CF'
|
||
|
background: '#000000'
|
||
|
normal:
|
||
|
black: '#232323'
|
||
|
red: '#FF000F'
|
||
|
green: '#8CE10B'
|
||
|
yellow: '#FFB900'
|
||
|
blue: '#008DF8'
|
||
|
magenta: '#6D43A6'
|
||
|
cyan: '#00D8EB'
|
||
|
white: '#FFFFFF'
|
||
|
bright:
|
||
|
black: '#444444'
|
||
|
red: '#FF2740'
|
||
|
green: '#ABE15B'
|
||
|
yellow: '#FFD242'
|
||
|
blue: '#4FB4FF'
|
||
|
magenta: '#9A5FEB'
|
||
|
cyan: '#67FFF0'
|
||
|
white: '#FFFFFF'
|
||
|
cursor:
|
||
|
cursor: '#4d5b86'
|
||
|
text: '#000000'
|
||
|
|
||
|
cursor:
|
||
|
blinking: true
|
||
|
|
||
|
live_config_reload: true
|