MD AL AMIN TALUKDAR commited on
Commit
bc43e15
1 Parent(s): 8c4d359

Create one-dark.css

Browse files
public/static/colorschemes/one-dark.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ :root {
2
+ --bg: #282c34;
3
+ --fg: #abb2bf;
4
+ --1: #3b4048;
5
+ --2: #a3be8c;
6
+ --3: #b48ead;
7
+ --4: #c8ccd4;
8
+ --5: #e06c75;
9
+ --6: #61afef;
10
+ --7: #be5046;
11
+ }