Increase contrast in dark theme

Closes #194.
pull/205/head
Thibaut 10 years ago
parent 53f7978e9d
commit 9cb2aeaa53

@ -7,7 +7,7 @@ $headerHeight: 3rem;
$sidebarWidth: 18rem; $sidebarWidth: 18rem;
$sidebarMediumWidth: 16rem; $sidebarMediumWidth: 16rem;
$contentBackground: #2d2d2d; $contentBackground: #303030;
$textColor: #c9c9c9; $textColor: #c9c9c9;
$textColorLight: #858585; $textColorLight: #858585;
@ -32,8 +32,8 @@ $highlightBackground: #3d4449;
$linkColor: #fff; $linkColor: #fff;
$linkColorHover: #fff; $linkColorHover: #fff;
$headerBackground: #1e1e1e; $headerBackground: #1c1c1c;
$headerBorder: #1e1e1e; $headerBorder: #1c1c1c;
$sidebarBackground: #262626; $sidebarBackground: #262626;
$sidebarBorder: #262626; $sidebarBorder: #262626;
@ -44,30 +44,30 @@ $scrollbarColorHover: #888;
$pathBackground: $headerBackground; $pathBackground: $headerBackground;
$pathBorder: $headerBorder; $pathBorder: $headerBorder;
$noticeBackground: #1e1e1e; $noticeBackground: #1c1c1c;
$noticeBorder: #1e1e1e; $noticeBorder: #1c1c1c;
$boxBackground: #1e1e1e; $boxBackground: #262626;
$boxBorder: #0a0a0a; $boxBorder: #000;
$boxBorderLight: #171717; $boxBorderLight: #000;
$boxHeaderBackground: #1e1e1e; $boxHeaderBackground: #262626;
$noteBackground: #3a3e31; $noteBackground: #3a4031;
$noteBorder: #1a1c17; $noteBorder: #000;
$noteGreenBackground: #283e2b; $noteGreenBackground: #223e23;
$noteGreenBorder: #111b13; $noteGreenBorder: #000;
$noteBlueBackground: #1f2f3e; $noteBlueBackground: #223546;
$noteBlueBorder: #101922; $noteBlueBorder: #000;
$noteOrangeBackground: #3e271d; $noteOrangeBackground: #523121;
$noteOrangeBorder: #1f1511; $noteOrangeBorder: #000;
$noteRedBackground: #3e1b1b; $noteRedBackground: #5b1f22;
$noteRedBorder: #170808; $noteRedBorder: #000;
$labelBackground: #3C3C3E; $labelBackground: #3c3c3e;
$notifBackground: rgba(#000, .85); $notifBackground: rgba(#000, .85);
$notifColor: #fff; $notifColor: #fff;

Loading…
Cancel
Save