Alter pallete with command?
See original GitHub issueI am the author of Chameleon, a tool for theming your system with one command. We have spoken before 😃
I successfully have automated pywalfox
with a simple pywalfox update
hook.
However, there are some settings that I always apply, which get reset every time new colors are fetched. This forces me to manually change it, breaking the seamless automation.
So my question is, are there any exposed commands that could accomplish this? The specific setting I am referring to is changing Background Extra
to be the same color as Background
, as I just think that looks better.
Thanks!!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Edit Command Palette - Package Control
This package is available under Edit Command Palette inside of Package Control, a Sublime Text plugin that allows for easy management of other...
Read more >How do I change the color palette of Windows command ...
enter image description here. Select the box for the color you wish to change, adjust the RGB values for each of the items...
Read more >Commands for Tool Palettes | AutoCAD 2021
These commands and system variables are used to work with tool palettes.
Read more >How to build a remarkable command palette - Superhuman Blog
Ensure the command palette not only appears but disappears when the user presses the shortcut. This lets the user easily change their mind, ......
Read more >GitHub Command Palette
The ability to run commands directly from your keyboard, without navigating through a series of menus, may change the way you use GitHub....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, it would seem I didn’t notice the
Save Template
button right in front of my face. I was confused because other changes (like altering colors in the main pallet) take effect immediately. But it makes sense to have to “Save” a template.Thanks!
You’re welcome 😃
The “Save” button could probably be removed. As you say, it would be more intuitive to update the theme directly, since that is the behaviour for most other settings.
I’ll close this for now and consider fixing that in a future update.