Changed hacker green to hacker purple
This commit is contained in:
parent
aeb615a5e0
commit
bc012e2b1d
@ -1,31 +0,0 @@
|
||||
/* Matrix dark theme for those late nights */
|
||||
|
||||
.hacker-green {
|
||||
/* Colors used for primary elements such as primary buttons and links */
|
||||
--primary: #880e7b;
|
||||
--primary-focus: #821476;
|
||||
--primary-background: #591051;
|
||||
--primary-text: #adabab;
|
||||
|
||||
/* The color of non-primary elements such as standard buttons */
|
||||
--muted: #555;
|
||||
--muted-border: #bbb;
|
||||
--muted-focus: #333;
|
||||
--muted-border-focused: #888;
|
||||
|
||||
/* Text color on page for all elements */
|
||||
--text: #ccc6b4;
|
||||
|
||||
/* Page background color and highlights */
|
||||
--background: #000000;
|
||||
--background-highlight: #161616;
|
||||
|
||||
/* Code blocks */
|
||||
--code: #64ea27;
|
||||
--code-background: #000;
|
||||
--code-border: #041;
|
||||
|
||||
/* Forms */
|
||||
--form-background: #131212;
|
||||
--form-border: #1a1919;
|
||||
}
|
31
css/themes/hacker-purple.css
Normal file
31
css/themes/hacker-purple.css
Normal file
@ -0,0 +1,31 @@
|
||||
/* Github inspired dark theme */
|
||||
|
||||
.hacker-purple {
|
||||
/* Colors used for primary elements such as primary buttons and links */
|
||||
--primary: #7b4dcf;
|
||||
--primary-focus: #7549c7;
|
||||
--primary-background: #6f40c8;
|
||||
--primary-text: #ffffff;
|
||||
|
||||
/* The color of non-primary elements such as standard buttons */
|
||||
--muted: #888f99;
|
||||
--muted-border: #4a4d51;
|
||||
--muted-focus: #8f97a3;
|
||||
--muted-border-focused: #4f5357;
|
||||
|
||||
/* Text color on page for all elements */
|
||||
--text: #ffffff;
|
||||
|
||||
/* Page background color and highlights */
|
||||
--background: #0d1116;
|
||||
--background-highlight: #25292e;
|
||||
|
||||
/* Code blocks */
|
||||
--code: #c1c1c1;
|
||||
--code-background: #11171e;
|
||||
--code-border: #30363d;
|
||||
|
||||
/* Forms */
|
||||
--form-background: #161b22;
|
||||
--form-border: #30363d;
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
/* Classic bone chilling blue */
|
||||
|
||||
.hacker-green {
|
||||
.skeleton-blue {
|
||||
/* Colors used for primary elements such as primary buttons and links */
|
||||
--primary: #1EAEDB;
|
||||
--primary-focus: #0FA0CE;
|
||||
|
Loading…
Reference in New Issue
Block a user