Moved color_schemes inside common
This commit is contained in:
parent
7a4c06eaf5
commit
dc386894ff
39 changed files with 5 additions and 7 deletions
10
README.md
10
README.md
|
@ -11,7 +11,7 @@ To change current color theme for a new one, go to `simple-gradience/gtk-4.0/com
|
|||
|
||||
```sh
|
||||
rm colors.css
|
||||
ln -s ../color_schemes/<name of the color scheme.css> colors.css
|
||||
ln -s color_schemes/<name of the color scheme.css> colors.css
|
||||
```
|
||||
|
||||
In GNU/Linux terms: the file `simple-gradience/gtk-4.0/common/colors.css` is a symbolic link to one of the css color schemes located in `simple-gradience/gtk-4.0/color_schemes/` directory.
|
||||
|
@ -32,10 +32,9 @@ Therefore, if you wish your libadwaita app to use this theme, you should do the
|
|||
|
||||
1. Open a Terminal app and go to directory `~/.config/gtk-4.0/`
|
||||
2. create a symbolic link to
|
||||
- `simple-gradience/gtk-4.0/gtk.css`
|
||||
- `simple-gradience/gtk-4.0/gtk-dark.css`
|
||||
- `simple-gradience/gtk-4.0/common`
|
||||
- `simple-gradience/gtk-4.0/color_schemes`
|
||||
- `simple-gradience/gtk-4.0/gtk.css`
|
||||
- `simple-gradience/gtk-4.0/gtk-dark.css`
|
||||
- `simple-gradience/gtk-4.0/common`
|
||||
|
||||
For example: suppose you've cloned the repo at `~/Themes/gtk/simple-gradience`. Then you'd open a Terminal and type:
|
||||
|
||||
|
@ -44,7 +43,6 @@ cd ~/.config/gtk-4.0/
|
|||
ln -s ../../Themes/gtk/simple-gradience/gtk-4.0/gtk.css
|
||||
ln -s ../../Themes/gtk/simple-gradience/gtk-4.0/gtk-dark.css
|
||||
ln -s ../../Themes/gtk/simple-gradience/gtk-4.0/common
|
||||
ln -s ../../Themes/gtk/simple-gradience/gtk-4.0/color_schemes
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
../color_schemes/light-bright-green.css
|
||||
color_schemes/light-bright-green.css
|
Loading…
Reference in a new issue