Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/ArticleView/style.css')
-rw-r--r--data/ArticleView/style.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/data/ArticleView/style.css b/data/ArticleView/style.css
index 82367cd7..916fe682 100644
--- a/data/ArticleView/style.css
+++ b/data/ArticleView/style.css
@@ -480,6 +480,8 @@ body.theme.midnight div.frcontent p {
text-align: justify;
}
+/* SPRING THEME */
+
body.theme.spring {
background: #f8fff2;
}
@@ -515,6 +517,8 @@ body.theme.spring div.frcontent h2 {
border-color: #405e80;
}
+/* PARCHMENT THEME */
+
body.theme.parchment {
background: #faf2e1;
}
@@ -546,3 +550,67 @@ body.theme.parchment div.frcontent h6,
body.theme.parchment div.frcontent p {
color: rgba(0, 0, 0, 0.8);
}
+
+/* GRUVBOX THEME */
+
+body.theme.gruvbox {
+ color: #fbf1c7;
+ background: #282828;
+}
+
+body.theme.gruvbox body,
+body.theme.gruvbox p {
+ color: #fbf1c7;
+}
+
+body.theme.gruvbox pre,
+body.theme.gruvbox pre code,
+body.theme.gruvbox code {
+ background-color: #1d2021;
+ color: #fbf1c7;
+ font-family: 'FuraCode Nerd Font', 'Fira Code', 'Fira Mono', monospace, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, serif;
+}
+
+body.theme.gruvbox table,
+body.theme.gruvbox th,
+body.theme.gruvbox td {
+ border: 1px solid #928374;
+}
+
+body.theme.gruvbox header.post h1 {
+ color: #fbf1c7;
+ line-height: 1.2;
+}
+
+body.theme.gruvbox header.post h1 a {
+ color: #928374;
+}
+
+body.theme.gruvbox header.post span.source {
+ color: #689d6a;
+}
+
+body.theme.gruvbox div.frcontent p,
+body.theme.gruvbox header.post span.author {
+ color: #fbf1c7;
+}
+
+body.theme.gruvbox div.frcontent a {
+ color: #689d6a;
+}
+
+body.theme.gruvbox div.frcontent h1,
+body.theme.gruvbox div.frcontent h2,
+body.theme.gruvbox div.frcontent h3,
+body.theme.gruvbox div.frcontent h4 {
+ color: #928374;
+}
+
+body.theme.midnight div.frcontent body,
+body.theme.midnight div.frcontent ul,
+body.theme.midnight div.frcontent figcaption,
+body.theme.midnight div.frcontent h5,
+body.theme.midnight div.frcontent h6,
+body.theme.midnight div.frcontent p {
+ color: #fbf1c7;
+} \ No newline at end of file