diff --git a/src/_global.scss b/src/_global.scss index 3150cfb..645fbf6 100644 --- a/src/_global.scss +++ b/src/_global.scss @@ -1,82 +1,82 @@ $ButtonBackgroundAlternate:rgb(189,195,199); $ButtonBackgroundNormal:rgb(239,240,241); $ButtonDecorationFocus:rgb(61,174,233); $ButtonDecorationHover:rgb(147,206,233); $ButtonForegroundActive:rgb(61,174,233); $ButtonForegroundInactive:127,140,141; $ButtonForegroundLink:rgb(41,128,185); $ButtonForegroundNegative:rgb(218,68,83); $ButtonForegroundNeutral:rgb(246,116,0); -$ButtonForegroundNormal:rgb(49,54,59); +$ButtonForegroundNormal:rgb(35,38,39); $ButtonForegroundPositive:rgb(39,174,96); $ButtonForegroundVisited:rgb(127,140,141); $DisabledColor:rgb(56,56,56); $DisabledColorAmount:0; $DisabledColorEffect:0; $DisabledContrastAmount:0.65; $DisabledContrastEffect:1; $DisabledIntensityAmount:0.1; $DisabledIntensityEffect:2; $InactiveChangeSelectionColor:true; $InactiveColor:rgb(112,111,110); $InactiveColorAmount:0.025; $InactiveColorEffect:2; $InactiveContrastAmount:0.1; $InactiveContrastEffect:2; $InactiveEnable:false; $InactiveIntensityAmount:0; $InactiveIntensityEffect:0; $SelectionBackgroundAlternate:rgb(29,153,243); $SelectionBackgroundNormal:rgb(61,174,233); $SelectionDecorationFocus:rgb(61,174,233); $SelectionDecorationHover:rgb(147,206,233); $SelectionForegroundActive:rgb(252,252,252); $SelectionForegroundInactive:239,240,241; $SelectionForegroundLink:rgb(253,188,75); $SelectionForegroundNegative:rgb(218,68,83); $SelectionForegroundNeutral:rgb(246,116,0); -$SelectionForegroundNormal:rgb(239,240,241); +$SelectionForegroundNormal:rgb(252,252,252); $SelectionForegroundPositive:rgb(39,174,96); $SelectionForegroundVisited:rgb(189,195,199); $TooltipBackgroundAlternate:rgb(77,77,77); -$TooltipBackgroundNormal:rgb(49,54,59); +$TooltipBackgroundNormal:rgb(35,38,39); $TooltipDecorationFocus:rgb(61,174,233); $TooltipDecorationHover:rgb(147,206,233); $TooltipForegroundActive:rgb(61,174,233); $TooltipForegroundInactive:189,195,199; $TooltipForegroundLink:rgb(41,128,185); $TooltipForegroundNegative:rgb(218,68,83); $TooltipForegroundNeutral:rgb(246,116,0); -$TooltipForegroundNormal:rgb(239,240,241); +$TooltipForegroundNormal:rgb(252,252,252); $TooltipForegroundPositive:rgb(39,174,96); $TooltipForegroundVisited:rgb(127,140,141); $ViewBackgroundAlternate:rgb(239,240,241); $ViewBackgroundNormal:rgb(252,252,252); $ViewDecorationFocus:rgb(61,174,233); $ViewDecorationHover:rgb(147,206,233); $ViewForegroundActive:rgb(61,174,233); $ViewForegroundInactive:127,140,141; $ViewForegroundLink:rgb(41,128,185); $ViewForegroundNegative:rgb(218,68,83); $ViewForegroundNeutral:rgb(246,116,0); -$ViewForegroundNormal:rgb(49,54,59); +$ViewForegroundNormal:rgb(35,38,39); $ViewForegroundPositive:rgb(39,174,96); $ViewForegroundVisited:rgb(127,140,141); $WMactiveBackground:rgb(71,80,87); -$WMactiveBlend:rgb(255,255,255); -$WMactiveForeground:rgb(239,240,241); +$WMactiveBlend:rgb(252,252,252); +$WMactiveForeground:rgb(252,252,252); $WMinactiveBackground:rgb(239,240,241); $WMinactiveBlend:rgb(75,71,67); $WMinactiveForeground:rgb(189,195,199); $WindowBackgroundAlternate:rgb(189,195,199); $WindowBackgroundNormal:rgb(239,240,241); $WindowDecorationFocus:rgb(61,174,233); $WindowDecorationHover:rgb(147,206,233); $WindowForegroundActive:rgb(61,174,233); $WindowForegroundInactive:127,140,141; $WindowForegroundLink:rgb(41,128,185); $WindowForegroundNegative:rgb(218,68,83); $WindowForegroundNeutral:rgb(246,116,0); -$WindowForegroundNormal:rgb(49,54,59); +$WindowForegroundNormal:rgb(35,38,39); $WindowForegroundPositive:rgb(39,174,96); $WindowForegroundVisited:rgb(127,140,141); diff --git a/src/gtk2/gtkrc b/src/gtk2/gtkrc index 90400e5..ba00097 100644 --- a/src/gtk2/gtkrc +++ b/src/gtk2/gtkrc @@ -1,30 +1,30 @@ # Theme: Breeze-gtk # Description: Breeze theme for GTK+2.0 -gtk-color-scheme = "text_color:#31363b" +gtk-color-scheme = "text_color:#232627" gtk-color-scheme = "base_color:#fcfcfc" gtk-color-scheme = "insensitive_base_color:#e5e5e5" -gtk-color-scheme = "fg_color:#31363b" +gtk-color-scheme = "fg_color:#232627" gtk-color-scheme = "bg_color:#eff0f1" -gtk-color-scheme = "selected_fg_color:#eff0f1" +gtk-color-scheme = "selected_fg_color:#fcfcfc" gtk-color-scheme = "selected_bg_color:#3daee9" -gtk-color-scheme = "button_fg_color:#31363b" -gtk-color-scheme = "tooltip_fg_color:#eff0f1" -gtk-color-scheme = "tooltip_bg_color:#31363b" -gtk-color-scheme = "insensitive_fg_color:#aaadaf" -gtk-color-scheme = "insensitive_text_color:#b3b4b6" -gtk-color-scheme = "button_insensitive_fg_color:#aaadaf" +gtk-color-scheme = "button_fg_color:#232627" +gtk-color-scheme = "tooltip_fg_color:#fcfcfc" +gtk-color-scheme = "tooltip_bg_color:#232627" +gtk-color-scheme = "insensitive_fg_color:#a6a8a9" +gtk-color-scheme = "insensitive_text_color:#aeafb0" +gtk-color-scheme = "button_insensitive_fg_color:#a6a8a9" gtk-color-scheme = "button_active:#3daee9" -gtk-color-scheme = "border_color:#bfc1c3" +gtk-color-scheme = "border_color:#bcbdbe" include "widgets/default" include "widgets/buttons" include "widgets/menu" include "widgets/entry" include "widgets/notebook" include "widgets/range" include "widgets/scrollbar" include "widgets/toolbar" include "widgets/progressbar" include "widgets/misc" include "widgets/styles"