mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 15:16:26 +00:00
17 lines
305 B
JSON
17 lines
305 B
JSON
|
{
|
||
|
"window": true,
|
||
|
"border": {
|
||
|
"radius": 8,
|
||
|
"width": 0,
|
||
|
"color": "#515151"
|
||
|
},
|
||
|
"shadow": false,
|
||
|
"padding": [20, 20, 20, 20],
|
||
|
"margin": 32,
|
||
|
"font": {
|
||
|
"family": "FiraCode Nerd font",
|
||
|
"size": 12
|
||
|
},
|
||
|
"line_height": 1.2,
|
||
|
"theme": "dracula"
|
||
|
}
|