feat(theme): Refine NERV palette contrast and readability
This commit is contained in:
@@ -12,7 +12,7 @@ STEEL = _c(224, 224, 216)
|
||||
BLACK = _c(0, 0, 0)
|
||||
|
||||
NERV_PALETTE = {
|
||||
imgui.Col_.text: NERV_ORANGE,
|
||||
imgui.Col_.text: STEEL,
|
||||
imgui.Col_.window_bg: BLACK,
|
||||
imgui.Col_.child_bg: BLACK,
|
||||
imgui.Col_.popup_bg: BLACK,
|
||||
@@ -22,7 +22,7 @@ NERV_PALETTE = {
|
||||
imgui.Col_.frame_bg_hovered: _c(255, 152, 48, 40),
|
||||
imgui.Col_.frame_bg_active: _c(255, 152, 48, 80),
|
||||
imgui.Col_.title_bg: BLACK,
|
||||
imgui.Col_.title_bg_active: NERV_ORANGE,
|
||||
imgui.Col_.title_bg_active: BLACK,
|
||||
imgui.Col_.title_bg_collapsed: BLACK,
|
||||
imgui.Col_.menu_bar_bg: BLACK,
|
||||
imgui.Col_.scrollbar_bg: BLACK,
|
||||
@@ -33,11 +33,11 @@ NERV_PALETTE = {
|
||||
imgui.Col_.slider_grab: WIRE_CYAN,
|
||||
imgui.Col_.slider_grab_active: DATA_GREEN,
|
||||
imgui.Col_.button: BLACK,
|
||||
imgui.Col_.button_hovered: NERV_ORANGE,
|
||||
imgui.Col_.button_active: ALERT_RED,
|
||||
imgui.Col_.header: _c(255, 152, 48, 120),
|
||||
imgui.Col_.header_hovered: NERV_ORANGE,
|
||||
imgui.Col_.header_active: ALERT_RED,
|
||||
imgui.Col_.button_hovered: _c(255, 152, 48, 80),
|
||||
imgui.Col_.button_active: _c(255, 152, 48, 120),
|
||||
imgui.Col_.header: _c(255, 152, 48, 60),
|
||||
imgui.Col_.header_hovered: _c(255, 152, 48, 100),
|
||||
imgui.Col_.header_active: _c(255, 152, 48, 140),
|
||||
imgui.Col_.separator: STEEL,
|
||||
imgui.Col_.separator_hovered: WIRE_CYAN,
|
||||
imgui.Col_.separator_active: DATA_GREEN,
|
||||
@@ -45,8 +45,8 @@ NERV_PALETTE = {
|
||||
imgui.Col_.resize_grip_hovered: STEEL,
|
||||
imgui.Col_.resize_grip_active: WIRE_CYAN,
|
||||
imgui.Col_.tab: BLACK,
|
||||
imgui.Col_.tab_hovered: NERV_ORANGE,
|
||||
imgui.Col_.tab_selected: NERV_ORANGE,
|
||||
imgui.Col_.tab_hovered: _c(255, 152, 48, 100),
|
||||
imgui.Col_.tab_selected: _c(255, 152, 48, 120),
|
||||
imgui.Col_.tab_dimmed: BLACK,
|
||||
imgui.Col_.tab_dimmed_selected: _c(255, 152, 48, 80),
|
||||
imgui.Col_.plot_lines: WIRE_CYAN,
|
||||
|
||||
Reference in New Issue
Block a user