mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
change dark theme colors
This commit is contained in:
parent
f20edcf6d8
commit
a8abf065f2
@ -7,19 +7,23 @@
|
||||
--global-font-size: 15px;
|
||||
--global-line-height: 1.4em;
|
||||
--global-space: 10px;
|
||||
--font-stack: Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
--mono-font-stack: Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
--background-color: #151515;
|
||||
--font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
|
||||
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
|
||||
serif;
|
||||
--mono-font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
|
||||
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
|
||||
serif;
|
||||
--background-color: #222225;
|
||||
--page-width: 60em;
|
||||
--font-color: #efefef;
|
||||
--invert-font-color: #151515;
|
||||
--secondary-color: #787878;
|
||||
--tertiary-color: #787878;
|
||||
--primary-color: #90f57e;
|
||||
--font-color: #e8e9ed;
|
||||
--invert-font-color: #222225;
|
||||
--secondary-color: #a3abba;
|
||||
--tertiary-color: #a3abba;
|
||||
--primary-color: #62c4ff;
|
||||
--error-color: #ff3c74;
|
||||
--progress-bar-background: #787878;
|
||||
--progress-bar-fill: #90f57e;
|
||||
--code-bg-color: #787878;
|
||||
--progress-bar-background: #3f3f44;
|
||||
--progress-bar-fill: #62c4ff;
|
||||
--code-bg-color: #3f3f44;
|
||||
--input-style: solid;
|
||||
--display-h1-decoration: none;
|
||||
}
|
||||
@ -37,8 +41,8 @@
|
||||
<div class="components components-grid">
|
||||
<%- include('partials/aside') %>
|
||||
<main>
|
||||
<%- include('partials/components') %>
|
||||
<%- include('partials/documentation') %>
|
||||
<%- include('partials/components') %> <%-
|
||||
include('partials/documentation') %>
|
||||
<hr />
|
||||
<%- include('partials/footer') %>
|
||||
<hr />
|
||||
|
@ -8,17 +8,17 @@
|
||||
--global-line-height: 1.4em;
|
||||
--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
|
||||
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--background-color: #151515;
|
||||
--background-color: #222225;
|
||||
--page-width: 60em;
|
||||
--font-color: #efefef;
|
||||
--invert-font-color: #151515;
|
||||
--secondary-color: #787878;
|
||||
--tertiary-color: #787878;
|
||||
--primary-color: #90f57e;
|
||||
--font-color: #e8e9ed;
|
||||
--invert-font-color: #222225;
|
||||
--secondary-color: #a3abba;
|
||||
--tertiary-color: #a3abba;
|
||||
--primary-color: #62c4ff;
|
||||
--error-color: #ff3c74;
|
||||
--progress-bar-background: #787878;
|
||||
--progress-bar-fill: #90f57e;
|
||||
--code-bg-color: #787878;
|
||||
--progress-bar-background: #3f3f44;
|
||||
--progress-bar-fill: #62c4ff;
|
||||
--code-bg-color: #3f3f44;
|
||||
--input-style: solid;
|
||||
--display-h1-decoration: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user