Spaces:
Runtime error
Runtime error
MD AL AMIN TALUKDAR
commited on
Commit
•
59013c8
1
Parent(s):
bc43e15
Create dark-chocolate.css
Browse files
public/static/colorschemes/dark-chocolate.css
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
:root {
|
2 |
+
--bg: #000000;
|
3 |
+
--fg: #ffffff;
|
4 |
+
--1: #121212;
|
5 |
+
--2: #808080;
|
6 |
+
--3: #999999;
|
7 |
+
--4: #666666;
|
8 |
+
--5: #bfbfbf;
|
9 |
+
--6: #e0e0e0;
|
10 |
+
--7: #555555;
|
11 |
+
}
|