mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
anvil-editor: add module
This commit is contained in:
parent
2574bb4496
commit
f2cda99e4a
6 changed files with 135 additions and 0 deletions
9
tests/modules/programs/anvil-editor/style.js
Normal file
9
tests/modules/programs/anvil-editor/style.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"BodyBgColor": "#17223b",
|
||||
"GutterWidth": 14,
|
||||
"ScrollBgColor": "#6b778d",
|
||||
"ScrollFgColor": "#17223b",
|
||||
"TagBgColor": "#263859",
|
||||
"TagFgColor": "#fefefe",
|
||||
"WinBorderColor": "#000000"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue