summarylogtreecommitdiffstats
path: root/config.example.json
blob: 8046c1d825e6677b41fe41a958c2941da2076802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "theme": {
    "colorScheme": "/usr/share/color-schemes/BreezeDark.colors",
    "iconTheme": "breeze-dark",
    "style": "breeze",
    "font": {
      "family": "DejaVu Sans",
      "size": 11,
      "weight": -1
    },
    "fontFixed": {
      "family": "DejaVu Sans Mono",
      "size": 11,
      "weight": -1
    }
  },
  "misc": {
    "menusHaveIcons": true,
    "singleClickActivate": false,
    "shortcutsForContextMenus": true
  }
}