wow
This commit is contained in:
parent
8011eab5b5
commit
04c9007f08
14 changed files with 389 additions and 59 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"buffer_font_size" = 15;
|
||||
|
||||
"theme" = {
|
||||
"mode" = "light";
|
||||
"mode" = "system";
|
||||
"light" = "One Light";
|
||||
"dark" = "One Dark";
|
||||
};
|
||||
|
|
@ -28,7 +28,6 @@
|
|||
"title_bar.background" = "#FDF7F9";
|
||||
"elevated_surface.background" = "#FDF7F9";
|
||||
|
||||
# 핵심: sidebar/project panel 쪽은 투명 제거
|
||||
"surface.background" = "#FDF7F9";
|
||||
"panel.background" = "#FDF7F9";
|
||||
"editor.gutter.background" = "#FDF7F9";
|
||||
|
|
@ -36,7 +35,6 @@
|
|||
"toolbar.background" = "#FDF7F9";
|
||||
"terminal.background" = "#FDF7F9";
|
||||
|
||||
# editor만 투명 유지하고 싶으면 이건 남겨도 됨
|
||||
"editor.background" = "#00000000";
|
||||
|
||||
"editor.line_number" = "#A38F96";
|
||||
|
|
@ -69,6 +67,56 @@
|
|||
"drop_target.background" = "#8165701a";
|
||||
"editor.highlighted_line.background" = "#8165701a";
|
||||
};
|
||||
|
||||
"One Dark" = {
|
||||
"background" = "#191017";
|
||||
"status_bar.background" = "#191017";
|
||||
"title_bar.background" = "#191017";
|
||||
"elevated_surface.background" = "#191017";
|
||||
|
||||
"surface.background" = "#191017";
|
||||
"panel.background" = "#191017";
|
||||
"editor.gutter.background" = "#191017";
|
||||
"tab_bar.background" = "#191017";
|
||||
"toolbar.background" = "#191017";
|
||||
"terminal.background" = "#191017";
|
||||
|
||||
"editor.background" = "#00000000";
|
||||
|
||||
"editor.foreground" = "#FAFAFA";
|
||||
"text" = "#FAFAFA";
|
||||
"text.muted" = "#A9A9B1";
|
||||
"editor.line_number" = "#A38F96";
|
||||
"editor.active_line_number" = "#FAFAFA";
|
||||
|
||||
"border" = "#2C1F2D";
|
||||
"hint.background" = "#2C1F2D";
|
||||
|
||||
"tab.active_background" = "#2C1F2D";
|
||||
"tab.inactive_background" = "#191017";
|
||||
"element.selected" = "#2C1F2D";
|
||||
"element.active" = "#2C1F2D99";
|
||||
"element.hover" = "#2C1F2D80";
|
||||
|
||||
"editor.indent_guide" = "#2C1F2D";
|
||||
"editor.indent_guide_active" = "#4A354C";
|
||||
"panel.indent_guide" = "#2C1F2D";
|
||||
"panel.indent_guide_hover" = "#4A354C";
|
||||
"panel.indent_guide_active" = "#604562";
|
||||
|
||||
"panel.focused_border" = "#00000000";
|
||||
"border.variant" = "#00000000";
|
||||
"scrollbar.track.border" = "#00000000";
|
||||
"editor.active_line.background" = "#2C1F2D66";
|
||||
"scrollbar.track.background" = "#00000000";
|
||||
"scrollbar.thumb.background" = "#A38F9680";
|
||||
"ghost_element.background" = "#00000000";
|
||||
"ghost_element.hover" = "#2C1F2D80";
|
||||
"ghost_element.active" = "#2C1F2D99";
|
||||
"ghost_element.selected" = "#2C1F2DCC";
|
||||
"drop_target.background" = "#2C1F2D99";
|
||||
"editor.highlighted_line.background" = "#2C1F2D99";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue