mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
Expose raw themes
This commit is contained in:
parent
f51353fe8a
commit
96f402df7f
2 changed files with 14 additions and 1 deletions
11
README.md
11
README.md
|
@ -23,6 +23,17 @@ let
|
|||
in {}
|
||||
```
|
||||
|
||||
If you want to create your own theme based on an included theme, you can do this:
|
||||
|
||||
```nix
|
||||
let
|
||||
myTheme = themes.custom (themes.raw.tango // {
|
||||
base00 = "2E3436";
|
||||
accent = themes.raw.tango.base0A; # Custom properties also work!
|
||||
})
|
||||
in {}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>All themes</summary>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue