mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-08 12:19:29 +00:00
Update gray.yml
This commit is contained in:
parent
5ec3bdebdd
commit
afdcc58c0a
1 changed files with 20 additions and 20 deletions
|
|
@ -2,32 +2,32 @@
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x181818'
|
background: '#181818'
|
||||||
foreground: '0xd8d8d8'
|
foreground: '#d8d8d8'
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
cursor:
|
cursor:
|
||||||
text: '0xd8d8d8'
|
text: '#d8d8d8'
|
||||||
cursor: '0xd8d8d8'
|
cursor: '#d8d8d8'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x181818'
|
black: '#181818'
|
||||||
red: '0xab4642'
|
red: '#ab4642'
|
||||||
green: '0xa1b56c'
|
green: '#a1b56c'
|
||||||
yellow: '0xf7ca88'
|
yellow: '#f7ca88'
|
||||||
blue: '0x7cafc2'
|
blue: '#7cafc2'
|
||||||
magenta: '0xba8baf'
|
magenta: '#ba8baf'
|
||||||
cyan: '0x86c1b9'
|
cyan: '#86c1b9'
|
||||||
white: '0xd8d8d8'
|
white: '#d8d8d8'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0x585858'
|
black: '#585858'
|
||||||
red: '0xab4642'
|
red: '#ab4642'
|
||||||
green: '0xa1b56c'
|
green: '#a1b56c'
|
||||||
yellow: '0xf7ca88'
|
yellow: '#f7ca88'
|
||||||
blue: '0x7cafc2'
|
blue: '#7cafc2'
|
||||||
magenta: '0xba8baf'
|
magenta: '#ba8baf'
|
||||||
cyan: '0x86c1b9'
|
cyan: '#86c1b9'
|
||||||
white: '0xf8f8f8'
|
white: '#f8f8f8'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue