0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 13:38:21 -05: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 name: Contributors List
on: on:
@ -44,4 +45,4 @@ jobs:
delete-branch: true delete-branch: true
title: 'chore: update contributors-list' title: 'chore: update contributors-list'
body: | body: |
Automated update to `images/contributors_list.svg` Automated update to `images/contributors_list.svg`

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
---
name: Rust format and clippy checks name: Rust format and clippy checks
on: on:
push: 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. # 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. # You can adjust the behavior by modifying this file.

View File

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

View File

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

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;
} }