Create one-dark.css
This commit is contained in:
parent
8c4d359e26
commit
bc43e15467
1 changed files with 11 additions and 0 deletions
11
public/static/colorschemes/one-dark.css
Normal file
11
public/static/colorschemes/one-dark.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg: #282c34;
|
||||
--fg: #abb2bf;
|
||||
--1: #3b4048;
|
||||
--2: #a3be8c;
|
||||
--3: #b48ead;
|
||||
--4: #c8ccd4;
|
||||
--5: #e06c75;
|
||||
--6: #61afef;
|
||||
--7: #be5046;
|
||||
}
|
Loading…
Add table
Reference in a new issue