my nix dotfiles

programs/zed: tweak themes

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

authored by anirudh.fi and committed by anirudh.fi 757e2802 f9b80d64

+13 -112
+5 -56
programs/zed/themes/icy-dusk.json
··· 1 { 2 - "$schema": "https://zed.dev/schema/themes/v0.1.0.json", 3 "name": "Icy Dark", 4 "author": "Anirudh Oppiliappan (icyphox)", 5 "themes": [ ··· 39 "icon.accent": "#509c93", 40 "status_bar.background": "#100f0f", 41 "title_bar.background": "#100f0f", 42 "toolbar.background": "#100f0f", 43 "tab_bar.background": "#100f0f", 44 "tab.inactive_background": "#100f0f", ··· 63 "editor.invisible": "#6b635a", 64 "editor.wrap_guide": "#2a261f", 65 "editor.active_wrap_guide": "#4a443d", 66 "editor.document_highlight.read_background": "#509c9333", 67 "editor.document_highlight.write_background": "#509c9333", 68 "terminal.background": "#100f0f", 69 "terminal.foreground": "#fff6e3", 70 "terminal.bright_foreground": "#fff9eb", 71 "terminal.dim_foreground": "#d3cec1", 72 "terminal.ansi.black": "#2a261f", ··· 179 } 180 ], 181 "syntax": { 182 - "attribute": { 183 - "color": "#fff6e3", 184 - "font_style": "normal", 185 - "font_weight": 400 186 - }, 187 - "boolean": { 188 - "color": "#fff6e3", 189 - "font_style": "normal", 190 - "font_weight": 600 191 - }, 192 "comment": { 193 "color": "#6b635a", 194 "font_style": "italic", ··· 197 "comment.doc": { 198 "color": "#6b635a", 199 "font_style": "italic", 200 - "font_weight": 400 201 - }, 202 - "constant": { 203 - "color": "#fff6e3", 204 - "font_style": "normal", 205 - "font_weight": 400 206 - }, 207 - "function": { 208 - "color": "#fff6e3", 209 - "font_style": "normal", 210 - "font_weight": 400 211 - }, 212 - "keyword": { 213 - "color": "#fff6e3", 214 - "font_style": "normal", 215 - "font_weight": 600 216 - }, 217 - "number": { 218 - "color": "#fff6e3", 219 - "font_style": "normal", 220 - "font_weight": 400 221 - }, 222 - "string": { 223 - "color": "#fff6e3", 224 - "font_style": "normal", 225 - "font_weight": 400 226 - }, 227 - "variable": { 228 - "color": "#fff6e3", 229 - "font_style": "normal", 230 - "font_weight": 400 231 - }, 232 - "operator": { 233 - "color": "#fff6e3", 234 - "font_style": "normal", 235 - "font_weight": 400 236 - }, 237 - "type": { 238 - "color": "#fff6e3", 239 - "font_style": "normal", 240 - "font_weight": 400 241 - }, 242 - "punctuation": { 243 - "color": "#fff6e3", 244 - "font_style": "normal", 245 "font_weight": 400 246 }, 247 "error": {
··· 1 { 2 + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", 3 "name": "Icy Dark", 4 "author": "Anirudh Oppiliappan (icyphox)", 5 "themes": [ ··· 39 "icon.accent": "#509c93", 40 "status_bar.background": "#100f0f", 41 "title_bar.background": "#100f0f", 42 + "title_bar.inactive_background": "#2a261f", 43 "toolbar.background": "#100f0f", 44 "tab_bar.background": "#100f0f", 45 "tab.inactive_background": "#100f0f", ··· 64 "editor.invisible": "#6b635a", 65 "editor.wrap_guide": "#2a261f", 66 "editor.active_wrap_guide": "#4a443d", 67 + "editor.indent_guide": "#4a443d", 68 + "editor.indent_guide_active": "#509c93", 69 "editor.document_highlight.read_background": "#509c9333", 70 "editor.document_highlight.write_background": "#509c9333", 71 "terminal.background": "#100f0f", 72 "terminal.foreground": "#fff6e3", 73 + "terminal.ansi.background": "#100f0f", 74 "terminal.bright_foreground": "#fff9eb", 75 "terminal.dim_foreground": "#d3cec1", 76 "terminal.ansi.black": "#2a261f", ··· 183 } 184 ], 185 "syntax": { 186 "comment": { 187 "color": "#6b635a", 188 "font_style": "italic", ··· 191 "comment.doc": { 192 "color": "#6b635a", 193 "font_style": "italic", 194 "font_weight": 400 195 }, 196 "error": {
+8 -56
programs/zed/themes/icy.json
··· 1 { 2 - "$schema": "https://zed.dev/schema/themes/v0.1.0.json", 3 "name": "Icy Light", 4 "author": "Anirudh Oppiliappan (icyphox)", 5 "themes": [ ··· 39 "icon.accent": "#6587bf", 40 "status_bar.background": "#fffdf5", 41 "title_bar.background": "#fffdf5", 42 "toolbar.background": "#fffdf5", 43 "tab_bar.background": "#fffdf5", 44 "tab.inactive_background": "#fffdf5", ··· 46 "search.match_background": "#fadaa0", 47 "panel.background": "#fffdf5", 48 "panel.focused_border": "#db7070", 49 "pane.focused_border": "#db7070", 50 "scrollbar_thumb.background": "#fceccc", 51 "scrollbar.thumb.hover_background": "#d69822", ··· 63 "editor.invisible": "#776e63", 64 "editor.wrap_guide": "#776e63", 65 "editor.active_wrap_guide": "#d8cbbe", 66 "editor.document_highlight.read_background": "#b870ce33", 67 "editor.document_highlight.write_background": "#db707033", 68 "terminal.background": "#fffdf5", 69 "terminal.foreground": "#4a443d", 70 "terminal.bright_foreground": "#2a261f", 71 "terminal.dim_foreground": "#776e63", 72 "terminal.ansi.black": "#4a443d", ··· 179 } 180 ], 181 "syntax": { 182 - "attribute": { 183 - "color": "#4a443d", 184 - "font_style": "normal", 185 - "font_weight": 400 186 - }, 187 - "boolean": { 188 - "color": "#4a443d", 189 - "font_style": "normal", 190 - "font_weight": 400 191 - }, 192 "comment": { 193 "color": "#776e63", 194 "font_style": "italic", ··· 197 "comment.doc": { 198 "color": "#776e63", 199 "font_style": "italic", 200 - "font_weight": 400 201 - }, 202 - "constant": { 203 - "color": "#4a443d", 204 - "font_style": "normal", 205 - "font_weight": 400 206 - }, 207 - "function": { 208 - "color": "#4a443d", 209 - "font_style": "normal", 210 - "font_weight": 400 211 - }, 212 - "keyword": { 213 - "color": "#4a443d", 214 - "font_style": "normal", 215 - "font_weight": 600 216 - }, 217 - "number": { 218 - "color": "#4a443d", 219 - "font_style": "normal", 220 - "font_weight": 400 221 - }, 222 - "string": { 223 - "color": "#4a443d", 224 - "font_style": "normal", 225 - "font_weight": 400 226 - }, 227 - "variable": { 228 - "color": "#4a443d", 229 - "font_style": "normal", 230 - "font_weight": 400 231 - }, 232 - "operator": { 233 - "color": "#4a443d", 234 - "font_style": "normal", 235 - "font_weight": 400 236 - }, 237 - "type": { 238 - "color": "#4a443d", 239 - "font_style": "normal", 240 - "font_weight": 400 241 - }, 242 - "punctuation": { 243 - "color": "#4a443d", 244 - "font_style": "normal", 245 "font_weight": 400 246 }, 247 "error": {
··· 1 { 2 + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", 3 "name": "Icy Light", 4 "author": "Anirudh Oppiliappan (icyphox)", 5 "themes": [ ··· 39 "icon.accent": "#6587bf", 40 "status_bar.background": "#fffdf5", 41 "title_bar.background": "#fffdf5", 42 + "title_bar.inactive_background": "#fff9eb", 43 "toolbar.background": "#fffdf5", 44 "tab_bar.background": "#fffdf5", 45 "tab.inactive_background": "#fffdf5", ··· 47 "search.match_background": "#fadaa0", 48 "panel.background": "#fffdf5", 49 "panel.focused_border": "#db7070", 50 + "panel.indent_guide": "#fceccc", 51 + "panel.indent_guide_active": "#d69822", 52 + "panel.indent_guide_hover": "#d69822", 53 "pane.focused_border": "#db7070", 54 "scrollbar_thumb.background": "#fceccc", 55 "scrollbar.thumb.hover_background": "#d69822", ··· 67 "editor.invisible": "#776e63", 68 "editor.wrap_guide": "#776e63", 69 "editor.active_wrap_guide": "#d8cbbe", 70 + "editor.indent_guide": "#fceccc", 71 + "editor.indent_guide_active": "#d69822", 72 "editor.document_highlight.read_background": "#b870ce33", 73 "editor.document_highlight.write_background": "#db707033", 74 "terminal.background": "#fffdf5", 75 "terminal.foreground": "#4a443d", 76 + "terminal.ansi.background": "#fffdf5", 77 "terminal.bright_foreground": "#2a261f", 78 "terminal.dim_foreground": "#776e63", 79 "terminal.ansi.black": "#4a443d", ··· 186 } 187 ], 188 "syntax": { 189 "comment": { 190 "color": "#776e63", 191 "font_style": "italic", ··· 194 "comment.doc": { 195 "color": "#776e63", 196 "font_style": "italic", 197 "font_weight": 400 198 }, 199 "error": {