-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't figure out how to change my color theme #88
Comments
I'm having a similar issue, and additionally I overwrote the hard coded colors that exist in the |
Hi @geajack and @Tycorbinian ! Thanks for the detailed notes on your actions @geajack . I am working on a better step-by-step howto and have found a few things missing, such as the Nordic gtk theme Xresource file. I'll let you know when the howto is available. Can either of you provide your full copy of |
When I started this I'd gotten myself into some kind of inconsistent state with a Nord taskbar but Solarized Dark apps. I deleted any backup folders I found in
After rebooting, I was in Solarized dark. I put my config file in this state and rebooted again:
After rebooting, I am again in the weird Nord-taskbar-but-Solarized-Dark-apps state, and my config file looks like this:
|
Ok, yes, there is one missing piece. I have yet to push this change into the stable repo yet, but this should fix your issue. Add the following file
(This is just a copy of Then, if you haven't, install the Nordic gtk theme:
Next, specify the
Now reload your Xresources:
And then set the nordic gtk theme. This is a temporary step that will be fixed in a subsequent update:
This is obviously a lot of work for a simple theme change. The Xresources feature in Regolith needs some more polish! 💦 |
You typed "SolArc-Dark" in those last two console commands - did you mean "nordic"? EDIT: I followed those instructions - replacing SolArc-Dark with "nordic" (lowercase) in those commands - and then logged out and in, and I'm still in the grey taskbar with sol-dark apps state. Although my terminal is grey as well now, though I'm not sure if it wasn't before. |
I'm wondering if maybe this won't work for me since all I did was make a copy of the solarized dark file and change the hex codes so I don't have a gtk theme to install. I'm kinda new to this which is part of why I chose regolith since it makes mostly everything else easier. |
@geajack the 'SolArk-Dark' is what to use if the Xresource value @Tycorbinian yes you'll need to install the Nordic gtk theme. It is not installed by default, but is included in the Regolith PPA:
|
Okay! I got it working. I had actually skipped a step in following your instructions. I though the step of modifying .Xresources-regolith was the same as the one I'd already done - but it's not, there are TWO changes to make in that file. Having now actually followed your instructions (including running the two console commands exactly as you wrote), I have the Nordic theme loaded. Thanks! So it seems the full sequence is:
Once the upcoming changes you mentioned are pushed, how much will that process be trimmed down? |
@kgilmer I see! Thanks for the help, and great work on regolith I'm really enjoying using it. |
Very happy to hear that @Tycorbinian ! |
FWIW, the new process will be:
|
Config file changes have been pushed to |
Ken, is this process still the same? Let's say I want to set the gruvbox theme system-wide (or as far as Xresources will let me!). I see the Gruvbox definitions in the |
The documentation is up-to-date. In particular, this table describes the configuration file path you need. The file formation with the version suffux has been deprecated. See this announcement for details. You want to copy the baseline Xresources file into your homedir and modify that version:
This will let you modify the top-level to, say, change the color theme. For deeper customizations you'll need to copy the individual Xresource modules into your home directory:
And then you'll need to update the paths in LMK if this doesn't make sense. |
I installed Regolith the other night and wanted to change my theme to Nord, from the default of Solarized Dark. I'm not sure if it's a documentation problem or a software problem, but I can't seem to figure out how to do it. Steps I followed:
regolith-config-init
, thenregolith-config-reset
. Logged out and in a few times. Didn't work, tried again.~/.Xresources-regolith-1.2.15
to its original state and deleting theregolith-config-backup
folders that had been created. This puts me back in a clean state, right?#include ".Xresources.d/color-solarized-dark"
and uncommented the line!#include ".Xresources.d/color-nord"
in the file~/.Xresources-regolith-1.2.15
.regolith-config-reset.sh
.The text was updated successfully, but these errors were encountered: