1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-27 16:37:46 +00:00

Add visualize script

This commit is contained in:
RGBCube 2023-12-02 22:58:11 +03:00
parent f51f60249b
commit f52e118155
No known key found for this signature in database
3 changed files with 40 additions and 1 deletions

View file

@ -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 {