diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf5375..7a731ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### 4.3 - Fixed scrollbars - Fixed Nature Green VCS styling +- Fixed tabbed panes ### 4.2 - Fixed background inheritance in PHPStorm diff --git a/src/main/resources/Gradianto_Nature_Green.theme.json b/src/main/resources/Gradianto_Nature_Green.theme.json index a2bad2d..ac5c3eb 100644 --- a/src/main/resources/Gradianto_Nature_Green.theme.json +++ b/src/main/resources/Gradianto_Nature_Green.theme.json @@ -208,6 +208,11 @@ "selectedForeground": "#b1c6c4" } }, + "TabbedPane": { + "focusColor": "#2c6a56", + "hoverColor": "#34795d", + "underlineColor": "#7fa89b" + }, "DragAndDrop": { "areaForeground": "#e5e5e5", "areaBackground": "#243937", diff --git a/src/main/resources/Gradianto_Nature_Green.xml b/src/main/resources/Gradianto_Nature_Green.xml index cac9715..c5d0e5b 100644 --- a/src/main/resources/Gradianto_Nature_Green.xml +++ b/src/main/resources/Gradianto_Nature_Green.xml @@ -19,8 +19,31 @@