mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
fix color schemes
This commit is contained in:
parent
077344d208
commit
db4121aba1
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
# Needed because our color scheme is overwritten
|
||||
workspace = {
|
||||
colorScheme = "TokyoNight";
|
||||
# sleeping cat, installed from marketplace
|
||||
# TODO: declaratively install things from the marketplace
|
||||
splashScreen = {
|
||||
theme = "a2n.kuro";
|
||||
};
|
||||
};
|
||||
hotkeys = {
|
||||
commands = {
|
||||
"ocr" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue