-
-
Notifications
You must be signed in to change notification settings - Fork 31
HowTo: Switch to Solarized Dark colors
Ken Gilmer edited this page Oct 30, 2019
·
3 revisions
Versions 1.0 and 1.1 of Regolith used the Solarized Dark color pallet by default. In 1.2 we switched to Nord, but it's easy to get it back to Solarized if you prefer.
- Install the necessary icon and theme assets:
$ sudo apt install arc-icon-theme solarc-theme
- Create a copy of the Regolith Xresource file (If you've already done this before, skip ahead):
$ cp /etc/regolith/styles/root ~/.Xresources-regolith
- Change your
~/.Xresources-regolith
file to use thecolor-solarized-dark
color and theme. Comment out the existing settings like this:
!#include "/etc/regolith/styles/color-nord"
!#include "/etc/regolith/styles/theme-nordic"
And remove the comment (!
as first character) on the following lines:
#include "/etc/regolith/styles/theme-regolith"
#include "/etc/regolith/styles/color-solarized-dark"
- Save the file, log out and back in and Regolith should be Solarized.
Since most of this wiki content was created, a new site for Regolith was created. This wiki content was written for Regolith 1.2 but most of it still applies to 1.3. However, it is suggested to first check if the information you are looking for is here.