all repos — dotfiles @ master

my *nix dotfiles

programs/zed/themes/icy-dusk.json (view raw)

 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
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Warm Icy Dark",
  "author": "Anirudh Oppiliappan (icyphox)",
  "themes": [
    {
      "name": "Warm Icy Dark",
      "appearance": "dark",
      "style": {
        "border": "#4a443d",
        "border.variant": "#4a443d",
        "border.focused": "#4a443d",
        "border.selected": "#4a443d",
        "border.transparent": "#100f0f",
        "border.disabled": "#6b635a",
        "elevated_surface.background": "#100f0f",
        "surface.background": "#100f0f",
        "background": "#100f0f",
        "element.background": "#100f0f",
        "element.hover": "#509c933d",
        "element.active": "#4a443d",
        "element.selected": "#4a443d",
        "element.disabled": "#6b635a",
        "drop_target.background": "#6b635a",
        "ghost_element.background": "#100f0f",
        "ghost_element.hover": "#4a443ddd",
        "ghost_element.active": "#4a443d",
        "ghost_element.selected": "#4a443d",
        "ghost_element.disabled": "#6b635a",
        "text": "#fff6e3",
        "text.muted": "#d3cec1",
        "text.placeholder": "#6b635a",
        "text.disabled": "#6b635a",
        "text.accent": "#509c93",
        "icon": "#fff6e3",
        "icon.muted": "#d3cec1",
        "icon.disabled": "#6b635a",
        "icon.placeholder": "#6b635a",
        "icon.accent": "#509c93",
        "status_bar.background": "#100f0f",
        "title_bar.background": "#100f0f",
        "toolbar.background": "#100f0f",
        "tab_bar.background": "#100f0f",
        "tab.inactive_background": "#100f0f",
        "tab.active_background": "#2a261f",
        "search.match_background": "#509c933d",
        "panel.background": "#100f0f",
        "panel.focused_border": "#509c93",
        "pane.focused_border": "#509c93",
        "scrollbar_thumb.background": "#4a443d",
        "scrollbar.thumb.hover_background": "#509c93",
        "scrollbar.thumb.border": "#100f0f",
        "scrollbar.track.background": "#2a261f",
        "scrollbar.track.border": "#100f0f",
        "editor.foreground": "#fff6e3",
        "editor.background": "#100f0f",
        "editor.gutter.background": "#100f0f",
        "editor.subheader.background": "#2a261f",
        "editor.active_line.background": "#2a261f",
        "editor.highlighted_line.background": "#2a261f",
        "editor.line_number": "#6b635a",
        "editor.active_line_number": "#d3cec1",
        "editor.invisible": "#6b635a",
        "editor.wrap_guide": "#2a261f",
        "editor.active_wrap_guide": "#4a443d",
        "editor.document_highlight.read_background": "#509c9333",
        "editor.document_highlight.write_background": "#509c9333",
        "terminal.background": "#100f0f",
        "terminal.foreground": "#fff6e3",
        "terminal.bright_foreground": "#fff9eb",
        "terminal.dim_foreground": "#d3cec1",
        "terminal.ansi.black": "#2a261f",
        "terminal.ansi.bright_black": "#4a443d",
        "terminal.ansi.dim_black": "#2a261f",
        "terminal.ansi.red": "#db7070",
        "terminal.ansi.bright_red": "#c66666",
        "terminal.ansi.dim_red": "#6b635a",
        "terminal.ansi.green": "#7c9f4b",
        "terminal.ansi.bright_green": "#6d8b42",
        "terminal.ansi.dim_green": "#6b635a",
        "terminal.ansi.yellow": "#d69822",
        "terminal.ansi.bright_yellow": "#4a443d",
        "terminal.ansi.dim_yellow": "#6b635a",
        "terminal.ansi.blue": "#509c93",
        "terminal.ansi.bright_blue": "#6b635a",
        "terminal.ansi.dim_blue": "#2a261f",
        "terminal.ansi.magenta": "#b870ce",
        "terminal.ansi.bright_magenta": "#a262b5",
        "terminal.ansi.dim_magenta": "#6b635a",
        "terminal.ansi.cyan": "#509c93",
        "terminal.ansi.bright_cyan": "#43827b",
        "terminal.ansi.dim_cyan": "#6b635a",
        "terminal.ansi.white": "#fff6e3",
        "terminal.ansi.bright_white": "#fff9eb",
        "terminal.ansi.dim_white": "#d3cec1",
        "link_text.hover": "#509c933d",
        "conflict": "#db7070",
        "conflict.background": "#509c933d",
        "conflict.border": "#509c93",
        "created": "#7c9f4b",
        "created.background": "#509c933d",
        "created.border": "#509c93",
        "deleted": "#db7070",
        "deleted.background": "#509c933d",
        "deleted.border": "#509c93",
        "error": "#db7070",
        "error.background": "#509c933d",
        "error.border": "#509c93",
        "hidden": "#d3cec1",
        "hidden.background": "#100f0f",
        "hidden.border": "#6b635a",
        "hint": "#fff6e3",
        "hint.background": "#509c933d",
        "hint.border": "#509c93",
        "ignored": "#fff6e3",
        "ignored.background": "#509c933d",
        "ignored.border": "#509c93",
        "info": "#509c93",
        "info.background": "#509c933d",
        "info.border": "#509c93",
        "modified": "#7c9f4b",
        "modified.background": "#509c933d",
        "modified.border": "#509c93",
        "predictive": "#6b635a",
        "predictive.background": "#509c933d",
        "predictive.border": "#509c93",
        "renamed": "#509c93",
        "renamed.background": "#509c933d",
        "renamed.border": "#509c93",
        "success": "#7c9f4b",
        "success.background": "#509c933d",
        "success.border": "#509c93",
        "unreachable": "#db7070",
        "unreachable.background": "#509c933d",
        "unreachable.border": "#509c93",
        "warning": "#d69822",
        "warning.background": "#509c933d",
        "warning.border": "#509c93",
        "players": [
          {
            "cursor": "#509c93",
            "background": "#509c93",
            "selection": "#509c933d"
          },
          {
            "cursor": "#b870ce",
            "background": "#b870ce",
            "selection": "#509c933d"
          },
          {
            "cursor": "#db7070",
            "background": "#db7070",
            "selection": "#509c933d"
          },
          {
            "cursor": "#a262b5",
            "background": "#a262b5",
            "selection": "#509c933d"
          },
          {
            "cursor": "#509c93",
            "background": "#509c93",
            "selection": "#509c933d"
          },
          {
            "cursor": "#43827b",
            "background": "#43827b",
            "selection": "#509c933d"
          },
          {
            "cursor": "#d69822",
            "background": "#d69822",
            "selection": "#509c933d"
          },
          {
            "cursor": "#7c9f4b",
            "background": "#7c9f4b",
            "selection": "#509c933d"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#509c93",
            "font_style": "normal",
            "font_weight": 400
          },
          "boolean": {
            "color": "#b870ce",
            "font_style": "normal",
            "font_weight": 600
          },
          "comment": {
            "color": "#6b635a",
            "font_style": "italic",
            "font_weight": 400
          },
          "comment.doc": {
            "color": "#6b635a",
            "font_style": "italic",
            "font_weight": 400
          },
          "constant": {
            "color": "#b870ce",
            "font_style": "normal",
            "font_weight": 400
          },
          "function": {
            "color": "#fff6e3",
            "font_style": "normal",
            "font_weight": 400
          },
          "keyword": {
            "color": "#fff6e3",
            "font_style": "normal",
            "font_weight": 600
          },
          "number": {
            "color": "#b870ce",
            "font_style": "normal",
            "font_weight": 400
          },
          "string": {
            "color": "#509c93",
            "font_style": "normal",
            "font_weight": 400
          },
          "variable": {
            "color": "#fff6e3",
            "font_style": "normal",
            "font_weight": 400
          },
          "operator": {
            "color": "#fff6e3",
            "font_style": "normal",
            "font_weight": 400
          },
          "type": {
            "color": "#fff6e3",
            "font_style": "normal",
            "font_weight": 400
          },
          "punctuation": {
            "color": "#d3cec1",
            "font_style": "normal",
            "font_weight": 400
          },
          "error": {
            "color": "#db7070",
            "font_style": "normal",
            "font_weight": 600
          },
          "warning": {
            "color": "#d69822",
            "font_style": "normal",
            "font_weight": 600
          },
          "info": {
            "color": "#509c93",
            "font_style": "normal",
            "font_weight": 600
          },
          "hint": {
            "color": "#7c9f4b",
            "font_style": "normal",
            "font_weight": 600
          }
        }
      }
    }
  ]
}