dots


dots / config / .config / freeze
xxwhirlpool  ·  2025-07-04

user.json

 1{
 2  "window": true,
 3  "theme": "catppuccin-frappe",
 4  "border": {
 5    "radius": 0,
 6    "width": 0,
 7    "color": "#515151"
 8  },
 9  "shadow": false,
10  "padding": [
11    20,
12    40,
13    20,
14    20
15  ],
16  "margin": "0",
17  "background": "#303446",
18  "font": {
19    "family": "JetBrains Mono",
20    "size": 14,
21    "ligatures": true
22  },
23  "line_height": 1.2
24}