mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
change light and dark themes
This commit is contained in:
parent
2a3c502e8f
commit
373c02f7e1
@ -1,6 +1,10 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.3.0] - 2019-01-27
|
||||
### Updated
|
||||
- Changed light and dark themes
|
||||
|
||||
## [0.2.2] - 2019-01-27
|
||||
### Added
|
||||
- Add CHANGELOG.md file
|
||||
|
@ -23,9 +23,9 @@ import 'terminal.css'
|
||||
|
||||
#### UNPKG CDN
|
||||
|
||||
The css is available via [CDN](https://unpkg.com/terminal.css@0.2.1/dist/terminal.min.css)
|
||||
The css is available via [CDN](https://unpkg.com/terminal.css@0.3.0/dist/terminal.min.css)
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.2.2/dist/terminal.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.3.0/dist/terminal.min.css" />
|
||||
```
|
||||
|
||||
## Development
|
||||
|
@ -61,17 +61,18 @@
|
||||
--global-line-height: 1.4em;
|
||||
--global-space: 10px;
|
||||
--font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
--background-color: #14171a;
|
||||
--page-width: 70em;
|
||||
--font-color: #d9e0e2;
|
||||
--invert-font-color: #131719;
|
||||
--secondary-color: #657786;
|
||||
--tertiary-color: #14171a;
|
||||
--primary-color: #1da1f2;
|
||||
--error-color: rgb(224, 36, 94);
|
||||
--progress-bar-background: #e1e8ed;
|
||||
--progress-bar-fill: #aab8c2;
|
||||
--background-color: #151515;
|
||||
--page-width: 60em;
|
||||
--font-color: #efefef;
|
||||
--invert-font-color: #151515;
|
||||
--secondary-color: #787878;
|
||||
--tertiary-color: #787878;
|
||||
--primary-color: #90f57e;
|
||||
--error-color: #ff3c74;
|
||||
--progress-bar-background: #787878;
|
||||
--progress-bar-fill: #90f57e;
|
||||
}
|
||||
|
||||
.components-grid {
|
||||
display: grid;
|
||||
grid-column-gap: 1em;
|
||||
@ -603,7 +604,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<p>Version: 0.2.2 <a href="#menu">Top</a></p>
|
||||
<p>Version: 0.3.0 <a href="#menu">Top</a></p>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
@ -583,7 +583,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<p>Version: 0.2.2 <a href="#menu">Top</a></p>
|
||||
<p>Version: 0.3.0 <a href="#menu">Top</a></p>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
2
docs/terminal.min.css
vendored
2
docs/terminal.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,18 +1,18 @@
|
||||
:root {
|
||||
--global-font-size: 14px;
|
||||
--global-line-height: 1.4rem;
|
||||
--global-line-height: 1.4em;
|
||||
--global-space: 10px;
|
||||
--font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
--background-color: #fff;
|
||||
--page-width: 70em;
|
||||
--font-color: #444444;
|
||||
--page-width: 60em;
|
||||
--font-color: #151515;
|
||||
--invert-font-color: #fff;
|
||||
--secondary-color: #9ba5a8;
|
||||
--tertiary-color: #9ba5a8;
|
||||
--primary-color: #1d99b7;
|
||||
--error-color: #ea4c89;
|
||||
--progress-bar-background: #9ba5a8;
|
||||
--progress-bar-fill: #444444;
|
||||
--secondary-color: #6a737b;
|
||||
--tertiary-color: #6a737b;
|
||||
--primary-color: #511378;
|
||||
--error-color: #d20962;
|
||||
--progress-bar-background: #6a737b;
|
||||
--progress-bar-fill: #151515;
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
x
Reference in New Issue
Block a user