Koi
Koi copied to clipboard
[REQUEST] Changing Sublime, Konsole, Chrome theme
Able to change konsole profile, sublime profile(if possible), and chrome dark mode for dark theme. I am currently changing konsole default profile by editing konsolerc default profile (lol) using 'sed' command.
Need to evaluate the feasibility of adding these features, though at first glance they don't seem too difficult to do.
I think being able to change Yakuake theme would be nice too.
Excellent work!
May I add libreoffice (and maybe firefox) to the list?
Firefox and LibreOffice follow GTK, so no need.
Maybe a Text field where we can add custom command to execute. Is it possible?
Maybe a Text field where we can add custom command to execute. Is it possible?
It's very much possible, and was in my mind as a feature for future versions! :wink:
Firefox and LibreOffice follow GTK, so no need.
Sure, but having in libreoffice a dark frame yet black text over white background is not of much help. Probably difficult but it would be great to tweak Libreoffice settings too (worse case scenario, libreoffice is open and the user needs to restart, but restarting is much easier and faster than tweaking back and forth libreoffice settings every single time)
Firefox and LibreOffice follow GTK, so no need.
Sure, but having in libreoffice a dark frame yet black text over white background is not of much help. Probably difficult but it would be great to tweak Libreoffice settings too (worse case scenario, libreoffice is open and the user needs to restart, but restarting is much easier and faster than tweaking back and forth libreoffice settings every single time)
Actually it would be great to have a setting for dark background and light foreground that could be applied to documents in applications such as libreoffice, okular, etc.
I'm thinking wild, probably difficult and not worth it. If that is the case, I understand.
Firefox follows GTK, so no need. is there a chance you can add Firefox color support?
I have decided that I don't want koi to handle the theme changes of any specific program. I will eventually make it so koi can trigger scripts when changing themes, and users can implement these changes themselves. Closing as out of scope.
Maybe that can help to automatize
coolor=darklight; echo set $coolor; ln --symbolic /home/$USER/.config/yakuakerc-$coolor /home/$USER/.config/yakuakerc; ln --symbolic /home/$USER/.local/share/konsole/Yakuake-$coolor.profile /home/$USER/.local/share/konsole/Yakuake.profile; koi --set-$coolor; yin-yang --set-$coolor