summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 05:40:24 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 05:40:24 +0300
commitea4598a4aa7971bf346c5f4f7b934a1b0b26d983 (patch)
tree3eb9e5415717322359f41acc1da62d959a4eab40 /themes/night.less
parentfa5bb070199da2b67eeb03dfbe73574b91182bfd (diff)
rebuild night.css with arguably better fitting accent color
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/night.less b/themes/night.less
index 68d5a14c8..44ae4ccc3 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -1,6 +1,8 @@
@import "../css/defines.less";
@import "../lib/flat-ttrss/flat_combined_dark.css";
+@color-accent: #b87d2c;
+
@bg-main : #333;
@border-main : #666;
@border-dark : #222;
@@ -8,7 +10,7 @@
@fg-main: #ccc;
@fg-insensitive: darken(@fg-main, 20%);
@fg-light : lighten(@fg-main, 10%);
-@bg-active: #2a89bc;
+@bg-active: @color-accent;
body.flat.ttrss_main.ttrss_prefs {
#main, #footer {