Fri, 31 Dec 2021 13:32:20 +0100
Finetuning of the dark green style sheet.
eric7/Styles/eric7_Dark_Green.qss | file | annotate | diff | comparison | revisions | |
eric7/Themes/dark_green_with_stylesheet.ethj | file | annotate | diff | comparison | revisions |
--- a/eric7/Styles/eric7_Dark_Green.qss Thu Dec 30 16:21:53 2021 +0100 +++ b/eric7/Styles/eric7_Dark_Green.qss Fri Dec 31 13:32:20 2021 +0100 @@ -496,9 +496,9 @@ QHeaderView::section::horizontal { padding-top: 0; padding-bottom: 0; - padding-left: 0px; - padding-right: 0px; - border-left: 1px solid #242424; + padding-left: 4px; + padding-right: 4px; + border-left: 2px solid #242424; } QHeaderView::section::vertical { @@ -506,7 +506,7 @@ padding-bottom: 0; padding-left: 4px; padding-right: 4px; - border-top: 1px solid #242424; + border-top: 2px solid #242424; } QHeaderView[sortable="true"]::down-arrow {
--- a/eric7/Themes/dark_green_with_stylesheet.ethj Thu Dec 30 16:21:53 2021 +0100 +++ b/eric7/Themes/dark_green_with_stylesheet.ethj Fri Dec 31 13:32:20 2021 +0100 @@ -35,7 +35,7 @@ "Editor/Colour/FoldMarkersForeground": "#ffffff", "Editor/Colour/FoldmarginBackground": "#957d5f", "Editor/Colour/HighlightMarker": "#200000ff", - "Editor/Colour/IndentationGuidesBackground": "#262626", + "Editor/Colour/IndentationGuidesBackground": "#1b201b", "Editor/Colour/IndentationGuidesForeground": "#dfdfdf", "Editor/Colour/MarginsBackground": "#646464", "Editor/Colour/MarginsForeground": "#ffffff", @@ -54,14 +54,8 @@ "Editor/Colour/TasksMap": "#2278f8", "Editor/Colour/VcsConflictMarkersMap": "#dd00dd", "Editor/Colour/WarningsMap": "#939300", - "Editor/Colour/WhitespaceBackground": "#262626", + "Editor/Colour/WhitespaceBackground": "#1b201b", "Editor/Colour/WhitespaceForeground": "#dfdfdf", - "HexEditor/AddressAreaBackGround": "#262626", - "HexEditor/AddressAreaForeGround": "#ffffff", - "HexEditor/HighlightingBackGround": "#8d8d55", - "HexEditor/HighlightingForeGround": "#ffffff", - "HexEditor/SelectionBackGround": "#308cc6", - "HexEditor/SelectionForeGround": "#ffffff", "IRC/ChannelInfoColour": "#9e54b3", "IRC/ChannelMessageColour": "#000000", "IRC/ErrorMessageColour": "#ff0000", @@ -2469,7 +2463,7 @@ "Tasks/TasksTodoColor": "#308030", "Tasks/TasksWarningColor": "#808000", "UI/IconBarColor": "#235d1b", - "UI/LogStdErrColour": "#ff0000", + "UI/LogStdErrColour": "#ff9b9b", "UI/NotificationCriticalBackground": "#600000", "UI/NotificationCriticalForeground": "#ffd0d0", "UI/NotificationWarningBackground": "#606000",