mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 16:37:46 +00:00
Add visualize script
This commit is contained in:
parent
f51f60249b
commit
f52e118155
3 changed files with 40 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
def theme-to-nix [
|
||||
theme: record, # The theme to convert to Nix.
|
||||
] {
|
||||
] -> nothing {
|
||||
$theme
|
||||
| items { |key, value|
|
||||
let key = match $key {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue