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:
commit
dd24aec825
3
.github/workflows/contributors.yml
vendored
3
.github/workflows/contributors.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Contributors List
|
||||
|
||||
on:
|
||||
@ -44,4 +45,4 @@ jobs:
|
||||
delete-branch: true
|
||||
title: 'chore: update contributors-list'
|
||||
body: |
|
||||
Automated update to `images/contributors_list.svg`
|
||||
Automated update to `images/contributors_list.svg`
|
||||
|
1
.github/workflows/hello.yml
vendored
1
.github/workflows/hello.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Welcome first time contributors
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/labels.yml
vendored
1
.github/workflows/labels.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Import open source standard labels
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/rust_format.yml
vendored
1
.github/workflows/rust_format.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Rust format and clippy checks
|
||||
on:
|
||||
push:
|
||||
|
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -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.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Configuration file for MegaLinter
|
||||
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: "3.9"
|
||||
services:
|
||||
app:
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user