diff --git a/src/renderer/themes.css b/src/renderer/themes.css index a2dc1bbf2..1f39c86e6 100644 --- a/src/renderer/themes.css +++ b/src/renderer/themes.css @@ -262,6 +262,9 @@ it can be safely elided. This looks quite pleasant on this theme. */ --logo-icon-bar-color: url("../../_icons/iconBlackSmall.png"); --logo-text-bar-color: url("../../_icons/textBlackSmall.png"); } +.mainDarkGray { + --text-with-main-color: #FFFFFF; +} .mainRed { --primary-color: #f44336; @@ -369,7 +372,6 @@ it can be safely elided. This looks quite pleasant on this theme. */ --primary-color: #696969; --primary-color-hover: #555555; --primary-color-active: #4E4E4E; - --text-with-main-color: #FFFFFF; } .mainDraculaCyan, @@ -555,6 +557,9 @@ it can be safely elided. This looks quite pleasant on this theme. */ .secDeepOrange { --text-with-accent-color: #000000; } +.secDarkGray { + --text-with-accent-color: #FFFFFF; +} .secRed { --accent-color: #f44336; @@ -766,7 +771,6 @@ it can be safely elided. This looks quite pleasant on this theme. */ --accent-color-active: #4E4E4E; --accent-color-light: #A5A5A5; --accent-color-visited: #444444; - --text-with-accent-color: #FFFFFF; --accent-color-opacity1: rgba(105,105,105,0.04); --accent-color-opacity2: rgba(105,105,105,0.12); --accent-color-opacity3: rgba(105,105,105,0.16);