Former-commit-id: 8b2f8c08d3
This commit is contained in:
Hadi
2024-06-17 16:23:03 +02:00
committed by GitHub
parent 41ccb74258
commit 6d23ca208e
9 changed files with 222 additions and 137 deletions

24
docs/themes.md Normal file
View File

@@ -0,0 +1,24 @@
## Settings, Themes and colors
*Nixy Theme:*
Font:
Default: SF Apple
Mono: MesloLG Nerd Font
GTK Theme: FlatColor (Based on the colors in variables.nix)
QT Theme: Follow GTK
Icons:
Cursor:
*Create your own:*
In your hosts configuration, you should add a `variables.nix` file to manage your settings, including:
- user information
- timezone and locale
- keyboard layout
- the theme: will be used in programs and for GTK and QT themes
- ... (check the `hosts/guest/variables.nix` file for more information)
PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js`.