aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/extendedexplorer/schemes.json
blob: e4f2d8c81aba0b352d48e172e6ad4541dcf87c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "Catppuccin": {
    "background": "#1E1E2E",
    "surface1": "#181825",
    "surface2": "#11111B",
    "text": "#CDD6F4",
    "textFile": "#CDD6F4",
    "disabledText": "#363659",
    "selection": "#45475A",
    "active": "#1E1E2E",
    "inactive": "#6C7086",
    "folder": "#6C7086",
    "icon": "#6C7086",
    "iconIndicator": "#FFCC66",
    "color1": "#CBA6F7",
    "color2": "#89DCEB"
  },
  "Nordic": {
    "background": "#2E3440",
    "surface1": "#2B2F3A",
    "surface2": "#262A35",
    "text": "#D8DEE9",
    "textFile": "#D8DEE9",
    "disabledText": "#4D556A",
    "selection": "#495468",
    "active": "#2E3440",
    "inactive": "#555B6A",
    "folder": "#495468",
    "icon": "#495468",
    "iconIndicator": "#FFC40D",
    "color1": "#81B6C6",
    "color2": "#5E81AC"
  },
  "One Dark": {
    "background": "#23272E",
    "surface1": "#1E2227",
    "surface2": "#090A0C",
    "text": "#ABB2BF",
    "textFile": "#C5CAD3",
    "disabledText": "#2B303B",
    "selection": "#2C313A",
    "active": "#23272E",
    "inactive": "#3E4452",
    "folder": "#3D4451",
    "icon": "#3D4451",
    "iconIndicator": "#E5C07B",
    "color1": "#E06B74",
    "color2": "#62AEEF"
  },
  "Gruvbox": {
    "background": "#292828",
    "surface1": "#171819",
    "surface2": "#090A0C",
    "text": "#D4BE98",
    "textFile": "#E1D2B7",
    "disabledText": "#2C313A",
    "selection": "#333130",
    "active": "#292828",
    "inactive": "#383737",
    "folder": "#383737",
    "icon": "#383737",
    "iconIndicator": "#FFCC66",
    "color1": "#A7B464",
    "color2": "#D3869B"
  },
  "Solarized": {
    "background": "#FDF6E3",
    "surface1": "#EEE8D5",
    "surface2": "#DDD6C1",
    "text": "#6D6D6D",
    "textFile": "#333333",
    "disabledText": "#ADADAD",
    "selection": "#D1CBB8",
    "active": "#FDF6E3",
    "inactive": "#8C8364",
    "folder": "#5F5944",
    "icon": "#5F5944",
    "iconIndicator": "#002B36",
    "color1": "#B58900",
    "color2": "#6B9E75"
  }
}