44 lines
1.9 KiB
JSON
44 lines
1.9 KiB
JSON
{
|
|
"autosave": "on_focus_change",
|
|
"experimental.theme_overrides": {
|
|
// Light Kawaii Theme (HSL Based)
|
|
"background": "#FDF7F9", // --background: hsl(340, 40%, 98%)
|
|
"status_bar.background": "#FDF7F9",
|
|
"title_bar.background": "#FDF7F9",
|
|
"elevated_surface.background": "#FDF7F9",
|
|
"surface.background": "#FDF7F900", // 투명 유지
|
|
"editor.line_number": "#A38F96", // --text-4: hsl(340, 10%, 60%)
|
|
//
|
|
"border": "#F2E6EA", // --sidebar-border: hsl(340, 20%, 90%)
|
|
"hint.background": "#F7EBEE", // --bg-3: hsl(340, 25%, 94%)
|
|
"editor.background": "#00000000",
|
|
"editor.active_line_number": "#191013", // --text-0: hsl(315, 21%, 8%)
|
|
"editor.gutter.background": "#00000000",
|
|
"tab_bar.background": "#00000000",
|
|
"terminal.background": "#00000000",
|
|
"toolbar.background": "#00000000",
|
|
"tab.active_background": "#8165701a", // --active: hsl(340, 12%, 45%, 0.16)
|
|
"element.selected": "#8165701a",
|
|
"tab.inactive_background": "#00000000",
|
|
"editor.indent_guide": "#F2E6EA", // --bg-4
|
|
"editor.indent_guide_active": "#E6D5DB", // 좀 더 진한 가이드
|
|
"panel.indent_guide": "#F2E6EA",
|
|
"panel.indent_guide_hover": "#E6D5DB",
|
|
"panel.indent_guide_active": "#D9C4CC",
|
|
"panel.background": "#00000000",
|
|
"panel.focused_border": "#00000000",
|
|
"element.active": "#81657029", // --active-2
|
|
"border.variant": "#00000000",
|
|
"scrollbar.track.border": "#00000000",
|
|
"editor.active_line.background": "#8165700f", // --hover: 0.1 opacity
|
|
"scrollbar.track.background": "#00000000",
|
|
"scrollbar.thumb.background": "#A38F9680", // --scrollbar: 0.5 opacity
|
|
"ghost_element.background": "#00000000",
|
|
"element.hover": "#8165700f", // --hover
|
|
"ghost_element.hover": "#8165700f",
|
|
"ghost_element.active": "#8165701a",
|
|
"ghost_element.selected": "#81657024", // --background-modifier-selected
|
|
"drop_target.background": "#8165701a",
|
|
"editor.highlighted_line.background": "#8165701a"
|
|
}
|
|
}
|