[themes/zengarden] add key colors

This commit is contained in:
tobi-wan-kenobi 2022-03-03 14:31:47 +01:00
parent 9a2e7637c9
commit c57daf65ce

View file

@ -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"
}
}
}