diff --git a/css/themes/hacker-green.css b/css/themes/hacker-green.css deleted file mode 100644 index 8d64e0c..0000000 --- a/css/themes/hacker-green.css +++ /dev/null @@ -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; -} \ No newline at end of file diff --git a/css/themes/hacker-purple.css b/css/themes/hacker-purple.css new file mode 100644 index 0000000..9634631 --- /dev/null +++ b/css/themes/hacker-purple.css @@ -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; +} \ No newline at end of file diff --git a/css/themes/skeleton-blue.css b/css/themes/skeleton-blue.css index 832b19a..87e4be9 100644 --- a/css/themes/skeleton-blue.css +++ b/css/themes/skeleton-blue.css @@ -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;