mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 00:36:25 +00:00
17 lines
No EOL
305 B
JSON
17 lines
No EOL
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"
|
|
} |