0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Merge pull request #3 from alamin655/colorscheme

New: Include Tokyo Night, One Dark, and Dark Chocolate colorschemes
This commit is contained in:
MD AL AMIN TALUKDAR 2023-05-31 17:04:51 +05:30 committed by GitHub
commit 37187b5b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
:root {
--bg: #000000;
--fg: #ffffff;
--1: #121212;
--2: #808080;
--3: #999999;
--4: #666666;
--5: #bfbfbf;
--6: #e0e0e0;
--7: #555555;
}

View File

@ -0,0 +1,11 @@
:root {
--bg: #282c34;
--fg: #abb2bf;
--1: #3b4048;
--2: #a3be8c;
--3: #b48ead;
--4: #c8ccd4;
--5: #e06c75;
--6: #61afef;
--7: #be5046;
}

View File

@ -0,0 +1,11 @@
:root {
--bg: #1a1b26;
--fg: #c0caf5;
--1: #32364a;
--2: #a9b1d6;
--3: #5a5bb8;
--4: #6b7089;
--5: #e2afff;
--6: #a9a1e1;
--7: #988bc7;
}