[themes/zengarden] add key colors
This commit is contained in:
parent
9a2e7637c9
commit
c57daf65ce
1 changed files with 15 additions and 1 deletions
|
@ -60,5 +60,19 @@
|
|||
"fg": "#353839",
|
||||
"bg": "#378c5d"
|
||||
}
|
||||
}
|
||||
},
|
||||
"keys": {
|
||||
"Key.cmd": {
|
||||
"bg": "#477ab7"
|
||||
},
|
||||
"Key.shift": {
|
||||
"bg": "#b38a32"
|
||||
},
|
||||
"Key.ctrl": {
|
||||
"bg": "#377c8b"
|
||||
},
|
||||
"Key.alt": {
|
||||
"bg": "#e05b1f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue