diff --git a/Cargo.lock b/Cargo.lock index a9da2bf..d406ad2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.15" @@ -605,7 +607,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "libreddit" -version = "0.10.5" +version = "0.10.6" dependencies = [ "askama", "async-recursion", diff --git a/static/style.css b/static/style.css index d7f4e5a..4690d17 100644 --- a/static/style.css +++ b/static/style.css @@ -107,6 +107,34 @@ --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } +/* Violet theme setting */ +.violet { + --accent: #7c71dd; + --green: #5cff85; + --text: white; + --foreground: #1F2347; + --background: #12152b; + --outside: #181c3a; + --post: #181c3a; + --panel-border: 1px solid #1F2347; + --highlighted: #1F2347; + --shadow: 0 2px 5px rgba(0, 0, 0, 0.5); +} + +/* Gold theme setting */ +.gold { + --accent: #f2aa4c; + --green: #5cff85; + --text: white; + --foreground: #234; + --background: #101820; + --outside: #1b2936; + --post: #1b2936; + --panel-border: 0px solid black; + --highlighted: #234; + --shadow: 0 2px 5px rgba(0, 0, 0, 0.5); +} + /* General */ ::selection { diff --git a/templates/settings.html b/templates/settings.html index 863a012..49cb65e 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -15,7 +15,7 @@

Interface