diff --git a/skin/classic/treestyletab/square/base.css b/skin/classic/treestyletab/square/base.css index 9280caf8..3f6dff9a 100644 --- a/skin/classic/treestyletab/square/base.css +++ b/skin/classic/treestyletab/square/base.css @@ -15,6 +15,17 @@ --tst-tabbar-bg: darkgray; } +:root[devtoolstheme="dark"] { + --tst-tab-highlighted-base: ThreeDHighlight; + --tst-tab-highlighted-highlight: Highlight; + --tst-tab-side-border: #39424D; + --tst-tab-surface-hover: #49525D; + --tst-tab-surface-selected: #1a4666; + --tst-tab-surface-selected-hover: #1f5981; + + --tst-tabbar-bg: #1c2126; +} + /* Default style */