mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
Some CSS format
This commit is contained in:
parent
88fb2d0c15
commit
970ce3bdae
54
index.htm
54
index.htm
@ -6,43 +6,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>go-cron</title>
|
||||
<style>
|
||||
/*
|
||||
Based on base16 architecture for building themes
|
||||
https://github.com/chriskempson/base16
|
||||
*/
|
||||
/* Based on base16 architecture for building themes
|
||||
https://github.com/chriskempson/base16 */
|
||||
:root {
|
||||
--base00: #282c34;
|
||||
/* Default Background */
|
||||
--base01: #353b45;
|
||||
/* Lighter Background */
|
||||
--base02: #3e4451;
|
||||
/* Selection Background */
|
||||
--base03: #545862;
|
||||
/* Comments, Invisibles, Line Highlighting */
|
||||
--base04: #565c64;
|
||||
/* Dark Foreground (Used for status bars) */
|
||||
--base05: #abb2bf;
|
||||
/* Default Foreground, Caret, Delimiters, Operators */
|
||||
--base06: #b6bdca;
|
||||
/* Light Foreground (Not often used) */
|
||||
--base07: #c8ccd4;
|
||||
/* Light Background (Not often used) */
|
||||
--base08: #e06c75;
|
||||
/* Red */
|
||||
--base09: #d19a66;
|
||||
/* Orange */
|
||||
--base0A: #e5c07b;
|
||||
/* Yellow */
|
||||
--base0B: #98c379;
|
||||
/* Green */
|
||||
--base0C: #56b6c2;
|
||||
/* Aqua */
|
||||
--base0D: #61afef;
|
||||
/* Blue */
|
||||
--base0E: #c678dd;
|
||||
/* Purple */
|
||||
--base0F: #be5046;
|
||||
/* Dark red */
|
||||
--base00: #282c34; /* Default Background */
|
||||
--base01: #353b45; /* Lighter Background */
|
||||
--base02: #3e4451; /* Selection Background */
|
||||
--base03: #545862; /* Comments, Invisibles, Line Highlighting */
|
||||
--base04: #565c64; /* Dark Foreground (Used for status bars) */
|
||||
--base05: #abb2bf; /* Default Foreground, Caret, Delimiters, Operators */
|
||||
--base06: #b6bdca; /* Light Foreground (Not often used) */
|
||||
--base07: #c8ccd4; /* Light Background (Not often used) */
|
||||
--base08: #e06c75; /* Red */
|
||||
--base09: #d19a66; /* Orange */
|
||||
--base0A: #e5c07b; /* Yellow */
|
||||
--base0B: #98c379; /* Green */
|
||||
--base0C: #56b6c2; /* Aqua */
|
||||
--base0D: #61afef; /* Blue */
|
||||
--base0E: #c678dd; /* Purple */
|
||||
--base0F: #be5046; /* Dark red */
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user