mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
Format
This commit is contained in:
parent
f542cc71cf
commit
58c0eb5480
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue