Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
27
themes/hacker/.config/zed/settings.json
Normal file
27
themes/hacker/.config/zed/settings.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
// Zed settings
|
||||
{
|
||||
"title_bar": {
|
||||
"show_sign_in": false
|
||||
},
|
||||
"ui_font_family": "Inter Variable",
|
||||
"buffer_font_family": "Iosevka Term",
|
||||
"vim_mode": false,
|
||||
"disable_ai": true,
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
},
|
||||
"languages": {
|
||||
"Markdown": {
|
||||
"format_on_save": "on"
|
||||
}
|
||||
},
|
||||
"icon_theme": "Zed (Default)",
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 15,
|
||||
"theme": {
|
||||
"mode": "dark",
|
||||
"light": "Hacker",
|
||||
"dark": "Hacker"
|
||||
}
|
||||
}
|
||||
146
themes/hacker/.config/zed/themes/hacker.json
Normal file
146
themes/hacker/.config/zed/themes/hacker.json
Normal file
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
|
||||
"name": "Hacker",
|
||||
"author": "local",
|
||||
"themes": [
|
||||
{
|
||||
"name": "Hacker",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"accents": [
|
||||
"#ef934dff",
|
||||
"#f4decdff",
|
||||
"#71b4d6ff",
|
||||
"#7ec97eff",
|
||||
"#e8c97eff",
|
||||
"#f16e65ff",
|
||||
"#7ec9c4ff"
|
||||
],
|
||||
"border": "#2a2b2aff",
|
||||
"border.variant": "#ef934d33",
|
||||
"border.focused": "#ef934d99",
|
||||
"border.selected": "#ef934dcc",
|
||||
"border.transparent": "#00000000",
|
||||
"border.disabled": null,
|
||||
"elevated_surface.background": "#1e1f1eff",
|
||||
"surface.background": "#1a1b1aff",
|
||||
"background": "#141514ff",
|
||||
"element.background": "#1e1f1eff",
|
||||
"element.hover": "#2a2b2aff",
|
||||
"element.active": "#3a3b3aff",
|
||||
"element.selected": "#2a2b2aff",
|
||||
"element.disabled": "#6a6a6aff",
|
||||
"drop_target.background": "#2a2b2aff",
|
||||
"ghost_element.background": "#00000000",
|
||||
"ghost_element.hover": "#ef934d20",
|
||||
"ghost_element.active": "#ef934d35",
|
||||
"ghost_element.selected": "#ef934d18",
|
||||
"ghost_element.disabled": "#6a6a6aff",
|
||||
"text": "#f4decdff",
|
||||
"text.muted": "#b09080ff",
|
||||
"text.placeholder": "#6a6a6aff",
|
||||
"text.disabled": "#6a6a6aaa",
|
||||
"text.accent": "#ef934dff",
|
||||
"icon": "#f4decdff",
|
||||
"icon.muted": "#f4decd70",
|
||||
"icon.disabled": "#f4decd40",
|
||||
"icon.placeholder": "#6a6a6aff",
|
||||
"icon.accent": "#ef934dff",
|
||||
"status_bar.background": "#0c0e0cff",
|
||||
"title_bar.background": "#0c0e0cff",
|
||||
"title_bar.inactive_background": "#141514ff",
|
||||
"toolbar.background": "#141514ff",
|
||||
"tab_bar.background": "#1e1f1eff",
|
||||
"tab.inactive_background": "#1e1f1eff",
|
||||
"tab.active_background": "#141514ff",
|
||||
"search.match_background": "#ef934d40",
|
||||
"panel.background": "#0c0e0cff",
|
||||
"panel.focused_border": "#ef934dff",
|
||||
"panel.indent_guide": "#2a2b2aff",
|
||||
"panel.indent_guide_active": "#ef934d99",
|
||||
"pane.focused_border": "#ef934dff",
|
||||
"scrollbar.thumb.background": "#2a2b2aff",
|
||||
"scrollbar.thumb.hover_background": "#ef934d99",
|
||||
"scrollbar.thumb.border": "#2a2b2aff",
|
||||
"scrollbar.track.background": "#141514ff",
|
||||
"scrollbar.track.border": "#1e1f1eff",
|
||||
"editor.foreground": "#f4decdff",
|
||||
"editor.background": "#141514ff",
|
||||
"editor.gutter.background": "#141514ff",
|
||||
"editor.subheader.background": "#1e1f1eff",
|
||||
"editor.active_line.background": "#1e1f1e99",
|
||||
"editor.highlighted_line.background": "#2a2b2a60",
|
||||
"editor.line_number": "#6a6a6aff",
|
||||
"editor.active_line_number": "#ef934dff",
|
||||
"editor.invisible": "#2a2b2aff",
|
||||
"editor.wrap_guide": "#2a2b2aff",
|
||||
"editor.active_wrap_guide": "#3a3b3aff",
|
||||
"editor.document_highlight.read_background": "#ef934d25",
|
||||
"editor.document_highlight.write_background": "#ef934d40",
|
||||
"terminal.background": "#141514ff",
|
||||
"terminal.foreground": "#f4decdff",
|
||||
"terminal.bright_foreground": "#ffffffff",
|
||||
"terminal.dim_foreground": "#6a6a6aff",
|
||||
"terminal.ansi.black": "#141514ff",
|
||||
"terminal.ansi.bright_black": "#2a2b2aff",
|
||||
"terminal.ansi.red": "#f16e65ff",
|
||||
"terminal.ansi.bright_red": "#ff8a82ff",
|
||||
"terminal.ansi.green": "#7ec97eff",
|
||||
"terminal.ansi.bright_green": "#a8e6a8ff",
|
||||
"terminal.ansi.yellow": "#e8c97eff",
|
||||
"terminal.ansi.bright_yellow": "#f5dfa0ff",
|
||||
"terminal.ansi.blue": "#71b4d6ff",
|
||||
"terminal.ansi.bright_blue": "#9ecfe8ff",
|
||||
"terminal.ansi.magenta": "#ef934dff",
|
||||
"terminal.ansi.bright_magenta": "#f5b07aff",
|
||||
"terminal.ansi.cyan": "#7ec9c4ff",
|
||||
"terminal.ansi.bright_cyan": "#a8e6e2ff",
|
||||
"terminal.ansi.white": "#f4decdff",
|
||||
"terminal.ansi.bright_white": "#ffffffff",
|
||||
"syntax": {
|
||||
"attribute": { "color": "#ef934dff" },
|
||||
"boolean": { "color": "#ef934dff" },
|
||||
"comment": { "color": "#6a6a6aff", "font_style": "italic" },
|
||||
"comment.doc": { "color": "#8a9a8aff", "font_style": "italic" },
|
||||
"constant": { "color": "#ef934dff" },
|
||||
"constructor": { "color": "#f4decdff", "font_weight": 700 },
|
||||
"embedded": { "color": "#f4decdff" },
|
||||
"emphasis": { "font_style": "italic" },
|
||||
"emphasis.strong": { "font_weight": 700 },
|
||||
"enum": { "color": "#e8c97eff" },
|
||||
"function": { "color": "#f4decdff", "font_weight": 700 },
|
||||
"hint": { "color": "#6a6a6aff" },
|
||||
"keyword": { "color": "#ef934dff" },
|
||||
"label": { "color": "#ef934dff" },
|
||||
"link_text": { "color": "#71b4d6ff", "font_style": "italic" },
|
||||
"link_uri": { "color": "#71b4d6ff" },
|
||||
"number": { "color": "#ef934dff" },
|
||||
"operator": { "color": "#f4decdff" },
|
||||
"predictive": { "color": "#6a6a6aff", "font_style": "italic" },
|
||||
"preproc": { "color": "#ef934dff" },
|
||||
"primary": { "color": "#f4decdff" },
|
||||
"property": { "color": "#f4decdff" },
|
||||
"punctuation": { "color": "#6a6a6aff" },
|
||||
"punctuation.bracket": { "color": "#6a6a6aff" },
|
||||
"punctuation.delimiter": { "color": "#6a6a6aff" },
|
||||
"punctuation.list_marker": { "color": "#ef934dff" },
|
||||
"punctuation.special": { "color": "#ef934dff" },
|
||||
"string": { "color": "#7ec97eff" },
|
||||
"string.escape": { "color": "#f4decdff" },
|
||||
"string.regex": { "color": "#7ec9c4ff" },
|
||||
"string.special": { "color": "#7ec97eff" },
|
||||
"string.special.symbol": { "color": "#ef934dff" },
|
||||
"tag": { "color": "#ef934dff" },
|
||||
"text.literal": { "color": "#7ec97eff" },
|
||||
"title": { "color": "#f4decdff", "font_weight": 700 },
|
||||
"type": { "color": "#e8c97eff" },
|
||||
"type.builtin": { "color": "#e8c97eff" },
|
||||
"variable": { "color": "#f4decdff" },
|
||||
"variable.builtin": { "color": "#ef934dff" },
|
||||
"variable.member": { "color": "#f4decdff" },
|
||||
"variable.parameter": { "color": "#f4decdff", "font_style": "italic" }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue