29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xffffff'
|
|
foreground: '0x5f6368'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x202124'
|
|
red: '0xea4335'
|
|
green: '0x34a853'
|
|
yellow: '0xfbbc04'
|
|
blue: '0x4285f4'
|
|
magenta: '0xa142f4'
|
|
cyan: '0x24c1e0'
|
|
white: '0xe8eaed'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5f6368'
|
|
red: '0xea4335'
|
|
green: '0x34a853'
|
|
yellow: '0xfbbc05'
|
|
blue: '0x4285f4'
|
|
magenta: '0xa142f4'
|
|
cyan: '0x24c1e0'
|
|
white: '0xffffff'
|
|
|