From dad41e1574d09a38d2e00782848ea58db604806b Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 24 Jun 2021 18:21:07 +0200 Subject: [PATCH] Better light theme --- root/res/themes/light.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/res/themes/light.json b/root/res/themes/light.json index 4d85d1a0..79c17764 100644 --- a/root/res/themes/light.json +++ b/root/res/themes/light.json @@ -6,7 +6,7 @@ "Button": "#8E8E8E66", "ButtonActive": "#8E8E8E66", "ButtonHovered": "#8E8E8E72", - "CheckMark": "#C17A1EFF", + "CheckMark": "#3D84E0FF", "ChildBg": "#00000000", "DragDropTarget": "#0000FFE5", "FrameBg": "#ACA7A389", @@ -22,7 +22,7 @@ "NavWindowingHighlight": "#000000B2", "PlotHistogram": "#4466D8FF", "PlotHistogramHovered": "#0066FFFF", - "PlotLines": "#991900FF", + "PlotLines": "#0022FFFF", "PlotLinesHovered": "#0091A5FF", "PopupBg": "#EAEAEAEF", "ResizeGrip": "#1616163F", @@ -35,8 +35,8 @@ "Separator": "#91917F7F", "SeparatorActive": "#7C7C7CFF", "SeparatorHovered": "#474747C6", - "SliderGrab": "#C17A1EFF", - "SliderGrabActive": "#BC6805FF", + "SliderGrab": "#3D84E0FF", + "SliderGrabActive": "#4296F9FF", "Tab": "#D1A56BDB", "TabActive": "#CC9651FF", "TabHovered": "#BC6805CC",