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

Merge branch 'rolling' into JSDocs

This commit is contained in:
alamin655 2023-07-09 08:23:15 +05:30 committed by GitHub
commit dd24aec825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 47 additions and 39 deletions

View File

@ -1,3 +1,4 @@
---
name: Contributors List
on:

View File

@ -1,3 +1,4 @@
---
name: Welcome first time contributors
on:

View File

@ -1,3 +1,4 @@
---
name: Import open source standard labels
on:

View File

@ -1,3 +1,4 @@
---
name: Rust
on:

View File

@ -1,3 +1,4 @@
---
name: Rust format and clippy checks
on:
push:

View File

@ -1,3 +1,4 @@
---
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.

View File

@ -1,3 +1,4 @@
---
# Configuration file for MegaLinter
# See all available variables at https://megalinter.io/configuration/ and in linters documentation

View File

@ -1,3 +1,4 @@
---
version: "3.9"
services:
app:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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