mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
updated color table
This commit is contained in:
@@ -471,6 +471,7 @@ You may find some pre-configured color schemes and templates in [extra](extra) d
|
|||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
- **[matugen](https://github.com/InioX/matugen)** - A material you color generation tool
|
- **[matugen](https://github.com/InioX/matugen)** - A material you color generation tool
|
||||||
|
- **[hellwal](https://github.com/danihek/hellwal)** - Pywal-like color palette generator, but faster and in C
|
||||||
- **[Dear ImGui](https://github.com/ocornut/imgui)** - Bloat-free graphical user interface library for C++
|
- **[Dear ImGui](https://github.com/ocornut/imgui)** - Bloat-free graphical user interface library for C++
|
||||||
- **[GLFW](https://www.glfw.org/)** - Multi-platform library for OpenGL, OpenGL ES and Vulkan development
|
- **[GLFW](https://www.glfw.org/)** - Multi-platform library for OpenGL, OpenGL ES and Vulkan development
|
||||||
- **[toml++](https://github.com/marzer/tomlplusplus)** - Header-only TOML config file parser and serializer for C++17
|
- **[toml++](https://github.com/marzer/tomlplusplus)** - Header-only TOML config file parser and serializer for C++17
|
||||||
|
|||||||
@@ -1849,7 +1849,7 @@
|
|||||||
"scrollbar.shadow": "{background}",
|
"scrollbar.shadow": "{background}",
|
||||||
"activityBar.foreground": "{on_surface}",
|
"activityBar.foreground": "{on_surface}",
|
||||||
"activityBar.background": "{surface}",
|
"activityBar.background": "{surface}",
|
||||||
"activityBar.inactiveForeground": "{editor_comment}",
|
"activityBar.inactiveForeground": "{on_surface_variant}",
|
||||||
"activityBarBadge.foreground": "{foreground}",
|
"activityBarBadge.foreground": "{foreground}",
|
||||||
"activityBarBadge.background": "{accent}",
|
"activityBarBadge.background": "{accent}",
|
||||||
"sideBar.background": "{surface}",
|
"sideBar.background": "{surface}",
|
||||||
@@ -1858,7 +1858,7 @@
|
|||||||
"sideBarSectionHeader.background": "{border}",
|
"sideBarSectionHeader.background": "{border}",
|
||||||
"sideBarSectionHeader.foreground": "{on_surface}",
|
"sideBarSectionHeader.foreground": "{on_surface}",
|
||||||
"sideBarSectionHeader.border": "{border}33",
|
"sideBarSectionHeader.border": "{border}33",
|
||||||
"sideBarTitle.foreground": "{editor_comment}",
|
"sideBarTitle.foreground": "{on_surface_variant}",
|
||||||
"list.inactiveSelectionBackground": "{surface_variant}",
|
"list.inactiveSelectionBackground": "{surface_variant}",
|
||||||
"list.inactiveSelectionForeground": "{on_surface}",
|
"list.inactiveSelectionForeground": "{on_surface}",
|
||||||
"list.hoverBackground": "{surface_variant}",
|
"list.hoverBackground": "{surface_variant}",
|
||||||
@@ -1873,19 +1873,19 @@
|
|||||||
"listFilterWidget.background": "{base03}",
|
"listFilterWidget.background": "{base03}",
|
||||||
"listFilterWidget.outline": "{border}",
|
"listFilterWidget.outline": "{border}",
|
||||||
"listFilterWidget.noMatchesOutline": "{error}",
|
"listFilterWidget.noMatchesOutline": "{error}",
|
||||||
"statusBar.foreground": "{foreground}",
|
"statusBar.foreground": "{on_surface}",
|
||||||
"statusBar.background": "{accent}",
|
"statusBar.background": "{surface}",
|
||||||
"statusBarItem.hoverBackground": "{foreground}1f",
|
"statusBarItem.hoverBackground": "{surface_variant}",
|
||||||
"statusBar.debuggingBackground": "{warning}",
|
"statusBar.debuggingBackground": "{warning}",
|
||||||
"statusBar.debuggingForeground": "{foreground}",
|
"statusBar.debuggingForeground": "{on_warning}",
|
||||||
"statusBar.noFolderBackground": "{base05}",
|
"statusBar.noFolderBackground": "{surface}",
|
||||||
"statusBar.noFolderForeground": "{foreground}",
|
"statusBar.noFolderForeground": "{on_surface}",
|
||||||
"statusBarItem.remoteBackground": "{success}",
|
"statusBarItem.remoteBackground": "{accent}",
|
||||||
"statusBarItem.remoteForeground": "{foreground}",
|
"statusBarItem.remoteForeground": "{foreground}",
|
||||||
"titleBar.activeBackground": "{background}",
|
"titleBar.activeBackground": "{background}",
|
||||||
"titleBar.activeForeground": "{on_background}",
|
"titleBar.activeForeground": "{on_background}",
|
||||||
"titleBar.inactiveBackground": "{background}",
|
"titleBar.inactiveBackground": "{background}",
|
||||||
"titleBar.inactiveForeground": "{editor_comment}",
|
"titleBar.inactiveForeground": "{on_surface_variant}",
|
||||||
"titleBar.border": "{border}",
|
"titleBar.border": "{border}",
|
||||||
"menubar.selectionForeground": "{on_surface}",
|
"menubar.selectionForeground": "{on_surface}",
|
||||||
"menubar.selectionBackground": "{foreground}1a",
|
"menubar.selectionBackground": "{foreground}1a",
|
||||||
@@ -1894,7 +1894,7 @@
|
|||||||
"menu.selectionForeground": "{foreground}",
|
"menu.selectionForeground": "{foreground}",
|
||||||
"menu.selectionBackground": "{editor_selection}",
|
"menu.selectionBackground": "{editor_selection}",
|
||||||
"menu.selectionBorder": "{border}",
|
"menu.selectionBorder": "{border}",
|
||||||
"menu.separatorBackground": "{editor_comment}",
|
"menu.separatorBackground": "{border}",
|
||||||
"menu.border": "{border}85",
|
"menu.border": "{border}85",
|
||||||
"button.background": "{accent}",
|
"button.background": "{accent}",
|
||||||
"button.foreground": "{foreground}",
|
"button.foreground": "{foreground}",
|
||||||
@@ -1908,7 +1908,7 @@
|
|||||||
"inputOption.activeBackground": "{accent}66",
|
"inputOption.activeBackground": "{accent}66",
|
||||||
"inputOption.activeBorder": "{border}00",
|
"inputOption.activeBorder": "{border}00",
|
||||||
"inputOption.activeForeground": "{foreground}",
|
"inputOption.activeForeground": "{foreground}",
|
||||||
"input.placeholderForeground": "{editor_comment}",
|
"input.placeholderForeground": "{on_surface_variant}",
|
||||||
"textLink.foreground": "{editor_link}",
|
"textLink.foreground": "{editor_link}",
|
||||||
"editor.background": "{editor_background}",
|
"editor.background": "{editor_background}",
|
||||||
"editor.foreground": "{editor_foreground}",
|
"editor.foreground": "{editor_foreground}",
|
||||||
@@ -1957,7 +1957,7 @@
|
|||||||
"editorGutter.addedBackground": "{editor_inserted}",
|
"editorGutter.addedBackground": "{editor_inserted}",
|
||||||
"editorGutter.deletedBackground": "{editor_deleted}",
|
"editorGutter.deletedBackground": "{editor_deleted}",
|
||||||
"editorGutter.foldingControlForeground": "{editor_line_number}",
|
"editorGutter.foldingControlForeground": "{editor_line_number}",
|
||||||
"editorCodeLens.foreground": "{editor_comment}",
|
"editorCodeLens.foreground": "{on_surface_variant}",
|
||||||
"editorGroup.border": "{border}",
|
"editorGroup.border": "{border}",
|
||||||
"diffEditor.insertedTextBackground": "{editor_inserted}33",
|
"diffEditor.insertedTextBackground": "{editor_inserted}33",
|
||||||
"diffEditor.removedTextBackground": "{editor_deleted}33",
|
"diffEditor.removedTextBackground": "{editor_deleted}33",
|
||||||
@@ -1966,7 +1966,7 @@
|
|||||||
"panel.border": "{border}",
|
"panel.border": "{border}",
|
||||||
"panelTitle.activeBorder": "{accent}",
|
"panelTitle.activeBorder": "{accent}",
|
||||||
"panelTitle.activeForeground": "{on_surface}",
|
"panelTitle.activeForeground": "{on_surface}",
|
||||||
"panelTitle.inactiveForeground": "{editor_comment}",
|
"panelTitle.inactiveForeground": "{on_surface_variant}",
|
||||||
"badge.background": "{surface_variant}",
|
"badge.background": "{surface_variant}",
|
||||||
"badge.foreground": "{foreground}",
|
"badge.foreground": "{foreground}",
|
||||||
"terminal.foreground": "{on_surface}",
|
"terminal.foreground": "{on_surface}",
|
||||||
@@ -1991,7 +1991,7 @@
|
|||||||
"terminal.ansiWhite": "{on_surface}",
|
"terminal.ansiWhite": "{on_surface}",
|
||||||
"terminal.ansiYellow": "{base0B}",
|
"terminal.ansiYellow": "{base0B}",
|
||||||
"breadcrumb.background": "{editor_background}",
|
"breadcrumb.background": "{editor_background}",
|
||||||
"breadcrumb.foreground": "{on_surface}cc",
|
"breadcrumb.foreground": "{on_surface_variant}",
|
||||||
"breadcrumb.focusForeground": "{on_surface}",
|
"breadcrumb.focusForeground": "{on_surface}",
|
||||||
"editorGroupHeader.tabsBackground": "{surface}",
|
"editorGroupHeader.tabsBackground": "{surface}",
|
||||||
"tab.activeForeground": "{foreground}",
|
"tab.activeForeground": "{foreground}",
|
||||||
@@ -2000,7 +2000,7 @@
|
|||||||
"tab.activeBorder": "{border}",
|
"tab.activeBorder": "{border}",
|
||||||
"tab.activeBorderTop": "{border}",
|
"tab.activeBorderTop": "{border}",
|
||||||
"tab.inactiveBackground": "{surface_variant}",
|
"tab.inactiveBackground": "{surface_variant}",
|
||||||
"tab.inactiveForeground": "{editor_comment}",
|
"tab.inactiveForeground": "{on_surface_variant}",
|
||||||
"scrollbarSlider.background": "{border}66",
|
"scrollbarSlider.background": "{border}66",
|
||||||
"scrollbarSlider.hoverBackground": "{border_focused}b3",
|
"scrollbarSlider.hoverBackground": "{border_focused}b3",
|
||||||
"scrollbarSlider.activeBackground": "{on_surface}66",
|
"scrollbarSlider.activeBackground": "{on_surface}66",
|
||||||
@@ -2026,7 +2026,7 @@
|
|||||||
"gitDecoration.addedResourceForeground": "{editor_inserted}",
|
"gitDecoration.addedResourceForeground": "{editor_inserted}",
|
||||||
"gitDecoration.conflictingResourceForeground": "{editor_warning}",
|
"gitDecoration.conflictingResourceForeground": "{editor_warning}",
|
||||||
"gitDecoration.deletedResourceForeground": "{editor_deleted}",
|
"gitDecoration.deletedResourceForeground": "{editor_deleted}",
|
||||||
"gitDecoration.ignoredResourceForeground": "{editor_ignored}",
|
"gitDecoration.ignoredResourceForeground": "{on_surface_variant}",
|
||||||
"gitDecoration.modifiedResourceForeground": "{editor_modified}",
|
"gitDecoration.modifiedResourceForeground": "{editor_modified}",
|
||||||
"gitDecoration.stageDeletedResourceForeground": "{editor_deleted}",
|
"gitDecoration.stageDeletedResourceForeground": "{editor_deleted}",
|
||||||
"gitDecoration.stageModifiedResourceForeground": "{editor_modified}",
|
"gitDecoration.stageModifiedResourceForeground": "{editor_modified}",
|
||||||
@@ -2057,7 +2057,7 @@
|
|||||||
"peekViewEditor.matchHighlightBorder": "{warning}",
|
"peekViewEditor.matchHighlightBorder": "{warning}",
|
||||||
"peekViewResult.background": "{surface}",
|
"peekViewResult.background": "{surface}",
|
||||||
"peekViewResult.fileForeground": "{foreground}",
|
"peekViewResult.fileForeground": "{foreground}",
|
||||||
"peekViewResult.lineForeground": "{editor_comment}",
|
"peekViewResult.lineForeground": "{on_surface_variant}",
|
||||||
"peekViewResult.matchHighlightBackground": "{warning}4d",
|
"peekViewResult.matchHighlightBackground": "{warning}4d",
|
||||||
"peekViewResult.selectionBackground": "{info}33",
|
"peekViewResult.selectionBackground": "{info}33",
|
||||||
"peekViewResult.selectionForeground": "{foreground}",
|
"peekViewResult.selectionForeground": "{foreground}",
|
||||||
|
|||||||
@@ -184,19 +184,43 @@ void color_table_renderer::render(const clrsync::core::palette ¤t,
|
|||||||
|
|
||||||
draw_table("General UI", "##general_ui",
|
draw_table("General UI", "##general_ui",
|
||||||
{"background", "on_background", "surface", "on_surface", "surface_variant",
|
{"background", "on_background", "surface", "on_surface", "surface_variant",
|
||||||
"on_surface_variant", "foreground", "cursor", "accent", "accent_secondary"});
|
"on_surface_variant", "border_focused", "border", "foreground", "cursor", "accent",
|
||||||
|
"accent_secondary"});
|
||||||
draw_table("Borders", "##borders", {"border_focused", "border"});
|
|
||||||
|
|
||||||
draw_table(
|
draw_table(
|
||||||
"Semantic Colors", "##semantic",
|
"Semantic Colors", "##semantic",
|
||||||
{"success", "info", "warning", "error", "on_success", "on_info", "on_warning", "on_error"});
|
{"success", "info", "warning", "error", "on_success", "on_info", "on_warning", "on_error"});
|
||||||
|
|
||||||
draw_table("Editor", "##editor",
|
draw_table("Editor - Basic", "##editor_basic",
|
||||||
{"editor_background", "editor_command", "editor_comment", "editor_disabled",
|
{"editor_background", "editor_foreground", "editor_line_highlight",
|
||||||
"editor_emphasis", "editor_error", "editor_inactive", "editor_line_number",
|
"editor_selection", "editor_selection_inactive", "editor_cursor",
|
||||||
"editor_link", "editor_main", "editor_selected", "editor_selection_inactive",
|
"editor_whitespace"});
|
||||||
"editor_string", "editor_success", "editor_warning"});
|
|
||||||
|
draw_table("Editor - Gutter", "##editor_gutter",
|
||||||
|
{"editor_gutter_background", "editor_gutter_foreground", "editor_line_number",
|
||||||
|
"editor_line_number_active"});
|
||||||
|
|
||||||
|
draw_table("Editor - Syntax", "##editor_syntax",
|
||||||
|
{"editor_comment", "editor_string", "editor_number", "editor_boolean",
|
||||||
|
"editor_keyword", "editor_operator", "editor_function", "editor_variable",
|
||||||
|
"editor_parameter", "editor_property", "editor_constant", "editor_type",
|
||||||
|
"editor_class", "editor_interface", "editor_enum", "editor_namespace",
|
||||||
|
"editor_attribute", "editor_decorator", "editor_tag", "editor_punctuation",
|
||||||
|
"editor_link", "editor_regex", "editor_escape_character"});
|
||||||
|
|
||||||
|
draw_table("Editor - Diagnostics", "##editor_diagnostics",
|
||||||
|
{"editor_invalid", "editor_error", "editor_error_background", "editor_warning",
|
||||||
|
"editor_warning_background", "editor_info", "editor_info_background",
|
||||||
|
"editor_hint", "editor_hint_background"});
|
||||||
|
|
||||||
|
draw_table("Editor - UI Elements", "##editor_ui",
|
||||||
|
{"editor_active_line_border", "editor_indent_guide", "editor_indent_guide_active",
|
||||||
|
"editor_bracket_match", "editor_search_match", "editor_search_match_active",
|
||||||
|
"editor_find_range_highlight"});
|
||||||
|
|
||||||
|
draw_table("Editor - Diff", "##editor_diff",
|
||||||
|
{"editor_deleted", "editor_inserted", "editor_modified", "editor_ignored",
|
||||||
|
"editor_folded_background"});
|
||||||
|
|
||||||
draw_table("Terminal (Base16)", "##terminal",
|
draw_table("Terminal (Base16)", "##terminal",
|
||||||
{"base00", "base01", "base02", "base03", "base04", "base05", "base06", "base07",
|
{"base00", "base01", "base02", "base03", "base04", "base05", "base06", "base07",
|
||||||
|
|||||||
Reference in New Issue
Block a user