This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
195 lines (152 loc) · 6.87 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Skip to content
Pull requests
Issues
Codespaces
Marketplace
Explore
@drylian
jhildenbiddle /
docsify-themeable
Public
Code
Issues 4
Pull requests
Actions
Projects 1
Security
Insights
docsify-themeable/src/scss/themes/theme-simple-dark.scss
@jhildenbiddle
jhildenbiddle Update dependencies and migrate to Dart Sass
Latest commit f63be3a Jul 27, 2022
History
1 contributor
150 lines (113 sloc) 6.21 KB
@use "../app/__helpers" as *;
// Theme: Simple Dark
// =============================================================================
// Main Import
@use "theme-simple";
// Shared Imports
@use "shared/code-dark";
// Properties
:root {
// App
// =========================================================================
// Monochrome
--mono-hue : 201;
--mono-saturation : 18%;
// Monochrome shades (darker) and tints (lighter)
--mono-shade3 : hsl(var(--mono-hue), var(--mono-saturation), 13%);
--mono-shade2 : hsl(var(--mono-hue), var(--mono-saturation), 15%);
--mono-shade1 : hsl(var(--mono-hue), var(--mono-saturation), 17%);
--mono-base : hsl(var(--mono-hue), var(--mono-saturation), 19%);
--mono-tint1 : hsl(var(--mono-hue), var(--mono-saturation), 25%);
--mono-tint2 : hsl(var(--mono-hue), var(--mono-saturation), 35%);
--mono-tint3 : hsl(var(--mono-hue), var(--mono-saturation), 43%);
// Spinner
--spinner-track-color : rgba(255, 255, 255, 0.15);
// Base
// =========================================================================
--base-background-color : var(--mono-base);
--base-color : #d3d3d3;
// Horizontal Rule
--hr-border : 1px solid var(--mono-tint2);
// Mark
--mark-background : #ffcb6b;
--mark-color : var(--base-background-color);
// Selection
--selection-color : rgba(94, 131, 175, 0.75);
// Content
// =========================================================================
// Blockquote
--blockquote-background : var(--mono-shade2);
// Code
--code-inline-background : var(--mono-tint1);
--code-theme-background : var(--mono-shade2);
// Headings
--heading-color : #fff;
--heading-h2-border-color : var(--mono-tint2);
// Keyboard
--kbd-background : var(--mono-shade2);
--kbd-border : none;
--kbd-color : var(--strong-color);
// Notice - Important
--notice-important-background : var(--mono-shade2);
// Notice - Tip
--notice-tip-background : var(--mono-shade2);
// Tables
--table-cell-border-color : var(--mono-tint1);
--table-row-odd-background : var(--mono-shade2);
// Cover
// =========================================================================
// Background
--cover-background-color : var(--base-background-color);
--cover-background-image : radial-gradient(ellipse at center bottom, var(--mono-tint3), transparent);
// Blockquote (Subtitle)
--cover-blockquote-color : var(--mark-background);
// Buttons
--cover-button-border : 1px solid var(--mono-tint3);
--cover-button-color : #fff;
// Navbar
// =========================================================================
// Menus
--navbar-menu-background : var(--mono-tint1);
--navbar-menu-box-shadow : rgba(0,0,0,0.05) 0px 0px 1px, rgba(0,0,0,0.05) 0px 1px 2px, rgba(0,0,0,0.05) 0px 2px 4px, rgba(0,0,0,0.05) 0px 4px 8px, rgba(0,0,0,0.05) 0px 8px 16px, rgba(0,0,0,0.05) 0px 16px 32px;
// Plugin: Copy Code
// =========================================================================
--copycode-background : var(--mono-tint1);
--copycode-color : #fff;
// Plugin: Docsify Tabs
// =========================================================================
// Tab blocks
--docsifytabs-border-color : var(--mono-tint2);
// Tabs
--docsifytabs-tab-background : var(--mono-shade1);
--docsifytabs-tab-color : var(--mono-tint2);
// Plugin: Pagination
// =========================================================================
--pagination-border-top : 1px solid var(--mono-tint2);
--pagination-title-color : #fff;
// Plugin: Search
// =========================================================================
// Input
--search-input-background-color : var(--mono-shade2);
--search-input-background-image : #{svg-data-uri('<svg height="20px" width="20px" viewBox="0 0 24 24" fill="none" stroke="rgba(255, 255, 255, 0.3)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg"><circle cx="10.5" cy="10.5" r="7.5" vector-effect="non-scaling-stroke"></circle><line x1="21" y1="21" x2="15.8" y2="15.8" vector-effect="non-scaling-stroke"></line></svg>')};
--search-input-border-color : var(--mono-tint1);
--search-input-placeholder-color : rgba(255, 255, 255, 0.4);
// Clear Button
--search-clear-icon-color1 : rgba(255, 255, 255, 0.3);
// Sidebar
// =========================================================================
--sidebar-background : var(--mono-shade1);
--sidebar-border-color : var(--mono-tint1);
// Nav Page Links
// Chevron right
--sidebar-nav-pagelink-background:
no-repeat 2px calc(50% - 2.5px) / 6px 5px
linear-gradient(45deg, transparent 2.75px, var(--mono-tint2) 2.75px 4.25px, transparent 4px),
no-repeat 2px calc(50% + 2.5px) / 6px 5px
linear-gradient(135deg, transparent 2.75px, var(--mono-tint2) 2.75px 4.25px, transparent 4px);
// Chevron down - Theme color
--sidebar-nav-pagelink-background--loaded:
no-repeat 0px center / 5px 6px
linear-gradient(225deg, transparent 2.75px, var(--mono-tint2) 2.75px 4.25px, transparent 4.25px),
no-repeat 5px center / 5px 6px
linear-gradient(135deg, transparent 2.75px, var(--mono-tint2) 2.75px 4.25px, transparent 4.25px);
}
Footer
© 2023 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
docsify-themeable/theme-simple-dark.scss at master · jhildenbiddle/docsify-themeable