Koi icon indicating copy to clipboard operation
Koi copied to clipboard

[REQUEST] Changing Sublime, Konsole, Chrome theme

Open netship02 opened this issue 5 years ago • 9 comments

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.

netship02 avatar May 20 '20 17:05 netship02

Need to evaluate the feasibility of adding these features, though at first glance they don't seem too difficult to do.

baduhai avatar May 20 '20 18:05 baduhai

I think being able to change Yakuake theme would be nice too.

Derpitron avatar May 21 '20 07:05 Derpitron

Excellent work!

May I add libreoffice (and maybe firefox) to the list?

kupiqu avatar May 21 '20 15:05 kupiqu

Firefox and LibreOffice follow GTK, so no need.

baduhai avatar May 21 '20 16:05 baduhai

Maybe a Text field where we can add custom command to execute. Is it possible?

netship02 avatar May 21 '20 16:05 netship02

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:

baduhai avatar May 21 '20 16:05 baduhai

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)

kupiqu avatar May 21 '20 18:05 kupiqu

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.

kupiqu avatar May 21 '20 18:05 kupiqu

Firefox follows GTK, so no need. is there a chance you can add Firefox color support?

thegrasshopper104 avatar Apr 21 '21 10:04 thegrasshopper104

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.

baduhai avatar Aug 15 '22 20:08 baduhai

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

bphd avatar Sep 22 '23 17:09 bphd