mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 03:37:25 -03:00
Added Catppucin theme
This commit is contained in:
parent
d8dd8325f2
commit
d3c33dc6e4
2 changed files with 28 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
||||||
<option value=\"google\">Google Dark</option>
|
<option value=\"google\">Google Dark</option>
|
||||||
<option value=\"startpage\">Startpage Dark</option>
|
<option value=\"startpage\">Startpage Dark</option>
|
||||||
<option value=\"gruvbox\">Gruvbox</option>
|
<option value=\"gruvbox\">Gruvbox</option>
|
||||||
<option value=\"github_night\">GitHub Night</option>";
|
<option value=\"github_night\">GitHub Night</option>
|
||||||
|
<option value=\"catppucin\">Catppucin</option>";
|
||||||
|
|
||||||
if (isset($_COOKIE["theme"]))
|
if (isset($_COOKIE["theme"]))
|
||||||
{
|
{
|
||||||
|
|
26
static/css/catppuccin.css
Normal file
26
static/css/catppuccin.css
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
:root {
|
||||||
|
--main-bg: #1E1E2E;
|
||||||
|
--main-fg: #CDD6F4;
|
||||||
|
|
||||||
|
--result-link-fg: #89B4FA;
|
||||||
|
--result-fg: #B4B3FE;
|
||||||
|
|
||||||
|
--button-bg: #313244;
|
||||||
|
|
||||||
|
--special-result-border: opacity 50;
|
||||||
|
--special-text-background: #44475A;
|
||||||
|
--special-text-color: #CDD6F4;
|
||||||
|
|
||||||
|
--search-container-text-color: #CDD6F4;
|
||||||
|
--search-container-background-color: #313244;
|
||||||
|
--search-container-background-border: #B4BEFE;
|
||||||
|
|
||||||
|
--search-form-background-color: #181825;
|
||||||
|
|
||||||
|
--border: #B4B3FE;
|
||||||
|
|
||||||
|
--footer-fg: #A6ADC8;
|
||||||
|
--footer-bg: #313244;
|
||||||
|
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
Loading…
Reference in a new issue