Tabs theme, even/odd color, no gaps between tabs

This commit is contained in:
miruka
2019-11-07 11:23:47 -04:00
parent 8c111904a5
commit 8742b7803c
4 changed files with 27 additions and 3 deletions

View File

@@ -116,6 +116,20 @@ controls:
color pressedOverlay: hsluv(0, 0, 50, 0.5)
color checkedOverlay: colors.accentBackground
tab:
color text: controls.button.text
color background: controls.button.background
color alternateBackground: hsluv(
colors.hue,
colors.bgSaturation * 1.25,
colors.intensity * 4,
Math.max(0.6, colors.opacity)
)
color hoveredOverlay: controls.button.hoveredOverlay
color pressedOverlay: controls.button.pressedOverlay
color checkedOverlay: controls.button.checkedOverlay
menu:
color background: controls.button.background
color border: "black"