Readded old themes
This commit is contained in:
parent
4c5d2ef132
commit
4cb2b8d9da
14
themes/black-white.css
Normal file
14
themes/black-white.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #000;
|
||||||
|
--clock: #fff;
|
||||||
|
--cmd-dir: #fff;
|
||||||
|
--cmd-dollar: #fff;
|
||||||
|
--text: #fff;
|
||||||
|
--branch: #fff;
|
||||||
|
--links: #fff;
|
||||||
|
--links-hover: #ffffff77;
|
||||||
|
--search-border: #fff;
|
||||||
|
--search-shadow: #000;
|
||||||
|
}
|
14
themes/custom.css
Normal file
14
themes/custom.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #000;
|
||||||
|
--clock: #fff;
|
||||||
|
--cmd-dir: #fff; /*[root@startpage:~]*/
|
||||||
|
--cmd-dollar: #fff;
|
||||||
|
--text: #fff;
|
||||||
|
--branch: #fff;
|
||||||
|
--links: #fff;
|
||||||
|
--links-hover: #ffffff77;
|
||||||
|
--search-border: #fff;
|
||||||
|
--search-shadow: #000;
|
||||||
|
}
|
14
themes/gruvbox.css
Normal file
14
themes/gruvbox.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #282828;
|
||||||
|
--clock: #ebdbb2;
|
||||||
|
--cmd-dir: #98971a;
|
||||||
|
--cmd-dollar: #458588;
|
||||||
|
--text: #ebdbb2;
|
||||||
|
--branch: #ebdbb2;
|
||||||
|
--links: #b8bb26;
|
||||||
|
--links-hover: #b8bb2677;
|
||||||
|
--search-border: #689d6a;
|
||||||
|
--search-shadow: #689d6a55;
|
||||||
|
}
|
14
themes/neon.css
Normal file
14
themes/neon.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #000b1e;
|
||||||
|
--clock: #0abdc6;
|
||||||
|
--cmd-dir: #d300c4;
|
||||||
|
--cmd-dollar: #0abdc6;
|
||||||
|
--text: #0abdc6;
|
||||||
|
--branch: #d7d7d5;
|
||||||
|
--links: #0abdc6;
|
||||||
|
--links-hover: #0abdc677;
|
||||||
|
--search-border: #4C566A;
|
||||||
|
--search-shadow: #0abdc655;
|
||||||
|
}
|
14
themes/nord.css
Normal file
14
themes/nord.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #3b4252;
|
||||||
|
--clock: #d8dee9;
|
||||||
|
--cmd-dir: #a3be8c;
|
||||||
|
--cmd-dollar: #81a1c1;
|
||||||
|
--text: #d8dee9;
|
||||||
|
--branch: #d8dee9;
|
||||||
|
--links: #81a1c1;
|
||||||
|
--links-hover: #81a1c177;
|
||||||
|
--search-border: #4C566A;
|
||||||
|
--search-shadow: #2E3440;
|
||||||
|
}
|
14
themes/sleek-red.css
Normal file
14
themes/sleek-red.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #000;
|
||||||
|
--clock: #CB4C4E;
|
||||||
|
--cmd-dir: #CB4C4E;
|
||||||
|
--cmd-dollar: #EB9C5C;
|
||||||
|
--text: #CB4C4E;
|
||||||
|
--branch: #ddd;
|
||||||
|
--links: #EB9C5C;
|
||||||
|
--links-hover: #EB9C5C77;
|
||||||
|
--search-border: #EB9C5C;
|
||||||
|
--search-shadow: #EB9C5C33;
|
||||||
|
}
|
14
themes/solarized.css
Normal file
14
themes/solarized.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #002b36;
|
||||||
|
--clock: #eee8d5;
|
||||||
|
--cmd-dir: #859900;
|
||||||
|
--cmd-dollar: #268bd2;
|
||||||
|
--text: #eee8d5;
|
||||||
|
--branch: #d7d7d5;
|
||||||
|
--links: #d33682;
|
||||||
|
--links-hover: #0abdc677;
|
||||||
|
--search-border: #2aa198;
|
||||||
|
--search-shadow: #2aa19855;
|
||||||
|
}
|
14
themes/void.css
Normal file
14
themes/void.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
--font: "Fira Code", monospace;
|
||||||
|
--font-size: 105%; /*font size in %*/
|
||||||
|
--background: #06070A;
|
||||||
|
--clock: #066c71;
|
||||||
|
--cmd-dir: #066c71;
|
||||||
|
--cmd-dollar: #8D419F;
|
||||||
|
--text: #066c71;
|
||||||
|
--branch: #d7d7d5;
|
||||||
|
--links: #8D419F;
|
||||||
|
--links-hover: #8D419F77;
|
||||||
|
--search-border: #066c71;
|
||||||
|
--search-shadow: #22222255;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user