0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Merge pull request #142 from Trickshotblaster/rolling

🛠️  fix: update the colorschemes in `public/static/colorschemes`
This commit is contained in:
neon_arch 2023-07-08 19:55:52 +03:00 committed by GitHub
commit eb4ed31c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 38 deletions

View File

@ -1,7 +1,7 @@
:root { :root {
--background-color: #282828; --background-color: #1d2021;
--foreground-color: #ebdbb2; --foreground-color: #ebdbb2;
--color-one: #cc241d; --color-one: #282828;
--color-two: #98971a; --color-two: #98971a;
--color-three: #d79921; --color-three: #d79921;
--color-four: #458588; --color-four: #458588;

View File

@ -1,8 +1,8 @@
:root { :root {
--background-color: #403e41; --background-color: #49483Eff;
--foreground-color: #fcfcfa; --foreground-color: #FFB269;
--color-one: #ff6188; --color-one: #272822ff;
--color-two: #a9dc76; --color-two: #61AFEF;
--color-three: #ffd866; --color-three: #ffd866;
--color-four: #fc9867; --color-four: #fc9867;
--color-five: #ab9df2; --color-five: #ab9df2;

View File

@ -1,11 +1,11 @@
:root { :root {
--background-color: #2e3440; --background-color: #122736ff;
--foreground-color: #d8dee9; --foreground-color: #a2e2a9;
--color-one: #3b4252; --color-one: #121B2Cff;
--color-two: #bf616a; --color-two: #f08282;
--color-three: #a3be8c; --color-three: #ABC5AAff;
--color-four: #ebcb8b; --color-four: #e6d2d2;
--color-five: #81a1c1; --color-five: #81a1c1;
--color-six: #b48ead; --color-six: #e2ecd6;
--color-seven: #ffffff; --color-seven: #fff;
} }

View File

@ -2,10 +2,10 @@
--background-color: #1b2b34; --background-color: #1b2b34;
--foreground-color: #d8dee9; --foreground-color: #d8dee9;
--color-one: #343d46; --color-one: #343d46;
--color-two: #ec5f67; --color-two: #5FB3B3ff;
--color-three: #99c794; --color-three: #69Cf;
--color-four: #fac863; --color-four: #99c794;
--color-five: #6699cc; --color-five: #69c;
--color-six: #c594c5; --color-six: #c594c5;
--color-seven: #ffffff; --color-seven: #D8DEE9ff;
} }

View File

@ -1,11 +1,11 @@
:root { :root {
--background-color: #002b36; --background-color: #002b36;
--foreground-color: #839496; --foreground-color: #c9e0e6;
--color-one: #073642; --color-one: #073642;
--color-two: #dc322f; --color-two: #2AA198ff;
--color-three: #859900; --color-three: #2AA198ff;
--color-four: #b58900; --color-four: #EEE8D5ff;
--color-five: #268bd2; --color-five: #268bd2;
--color-six: #d33682; --color-six: #d33682;
--color-seven: #ffffff; --color-seven: #fff;
} }

View File

@ -1,11 +1,11 @@
:root { :root {
--background-color: #fdf6e3; --background-color: #EEE8D5ff;
--foreground-color: #657b83; --foreground-color: #b1ab97;
--color-one: #073642; --color-one: #fdf6e3;
--color-two: #dc322f; --color-two: #DC322Fff;
--color-three: #859900; --color-three: #586E75ff;
--color-four: #b58900; --color-four: #b58900;
--color-five: #268bd2; --color-five: #268bd2;
--color-six: #d33682; --color-six: #d33682;
--color-seven: #ffffff; --color-seven: #fff;
} }

View File

@ -1,11 +1,11 @@
:root { :root {
--background-color: #1d1f21; --background-color: #35383Cff;
--foreground-color: #c5c8c6; --foreground-color: #D7DAD8ff;
--color-one: #cc6666; --color-one: #1d1f21;
--color-two: #b5bd68; --color-two: #D77C79ff;
--color-three: #f0c674; --color-three: #f0c674;
--color-four: #81a2be; --color-four: #92B2CAff;
--color-five: #b294bb; --color-five: #C0A7C7ff;
--color-six: #8abeb7; --color-six: #9AC9C4ff;
--color-seven: #ffffff; --color-seven: #fff;
} }