1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 08:57:46 +00:00
This commit is contained in:
RGBCube 2023-12-03 13:16:51 +03:00
parent f542cc71cf
commit 58c0eb5480
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ def theme-to-nix [
theme: record # The theme to convert to Nix.
] {
$theme
| items { |key, value|
| items {|key, value|
let key = match $key {
"scheme" => "name "
_ => $key