From 8b985efc43c4ef1d6d8abbf720f321f69c93cda6 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 25 Jun 2018 14:13:03 +0200 Subject: [PATCH] Fix some minor color issues --- css/tildes-dracula/tildes-dracula-chrome.css | 8 ++++++++ css/tildes-dracula/tildes-dracula.css | 8 ++++++++ css/tildes-dracula/tildes-dracula.user.css | 10 +++++++++- sass/tildes-dracula/_misc.sass | 6 ++++++ sass/tildes-dracula/tildes-dracula.json | 2 +- 5 files changed, 32 insertions(+), 2 deletions(-) diff --git a/css/tildes-dracula/tildes-dracula-chrome.css b/css/tildes-dracula/tildes-dracula-chrome.css index 4e03a70..b61c45e 100644 --- a/css/tildes-dracula/tildes-dracula-chrome.css +++ b/css/tildes-dracula/tildes-dracula-chrome.css @@ -288,6 +288,10 @@ body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body background-color: #282a36 } +body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag { + color: #6272a4 +} + body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user { color: #50fa7b } @@ -337,6 +341,10 @@ body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.the color: #f55 } +body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text { + color: #f8f8f2 +} + .topic-voting.btn { border-style: solid } diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 56dc39e..2038e72 100644 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -289,6 +289,10 @@ background-color: #282a36 } + body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag { + color: #6272a4 + } + body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user { color: #50fa7b } @@ -338,6 +342,10 @@ color: #f55 } + body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text { + color: #f8f8f2 + } + .topic-voting.btn { border-style: solid } diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index 03b60c9..8128319 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Tildes Dracula @namespace tildes.net -@version 2.0.0 +@version 2.0.1 @author Bauke @description Dracula theme for Tildes.net @homepageURL https://gitlab.com/Bauke/styles @@ -299,6 +299,10 @@ background-color: #282a36 } + body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag { + color: #6272a4 + } + body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user { color: #50fa7b } @@ -348,6 +352,10 @@ color: #f55 } + body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text { + color: #f8f8f2 + } + .topic-voting.btn { border-style: solid } diff --git a/sass/tildes-dracula/_misc.sass b/sass/tildes-dracula/_misc.sass index d5a5c04..316c303 100644 --- a/sass/tildes-dracula/_misc.sass +++ b/sass/tildes-dracula/_misc.sass @@ -14,6 +14,9 @@ body.theme-black .topic background-color: $background + .label-topic-tag + color: $comment + .link-user color: $green @@ -58,6 +61,9 @@ body.theme-black .form-status-error color: $red + .is-comment-new .comment-text + color: $foreground + .topic-voting.btn border-style: solid diff --git a/sass/tildes-dracula/tildes-dracula.json b/sass/tildes-dracula/tildes-dracula.json index 85e6c0f..5930c8d 100644 --- a/sass/tildes-dracula/tildes-dracula.json +++ b/sass/tildes-dracula/tildes-dracula.json @@ -4,7 +4,7 @@ "options": { "name": "Tildes Dracula", "namespace": "tildes.net", - "version": "2.0.0", + "version": "2.0.1", "author": "Bauke", "description": "Dracula theme for Tildes.net", "homepageURL": "https://gitlab.com/Bauke/styles",