diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index fcb0277..d57a508 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -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` \ No newline at end of file + Automated update to `images/contributors_list.svg` diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 9d3018e..c10105b 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -1,3 +1,4 @@ +--- name: Welcome first time contributors on: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 9dd3ea9..ab9f2fe 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,3 +1,4 @@ +--- name: Import open source standard labels on: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bc62ede..8f25a36 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,3 +1,4 @@ +--- name: Rust on: diff --git a/.github/workflows/rust_format.yml b/.github/workflows/rust_format.yml index c300863..f26392b 100644 --- a/.github/workflows/rust_format.yml +++ b/.github/workflows/rust_format.yml @@ -1,3 +1,4 @@ +--- name: Rust format and clippy checks on: push: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1e1e6f0..5bae815 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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. diff --git a/.mega-linter.yml b/.mega-linter.yml index 13d76ee..b117b53 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -1,3 +1,4 @@ +--- # Configuration file for MegaLinter # See all available variables at https://megalinter.io/configuration/ and in linters documentation diff --git a/docker-compose.yml b/docker-compose.yml index 37ef93d..aed741e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,4 @@ +--- version: "3.9" services: app: diff --git a/public/static/colorschemes/gruvbox-dark.css b/public/static/colorschemes/gruvbox-dark.css index df9bdae..69f81d6 100644 --- a/public/static/colorschemes/gruvbox-dark.css +++ b/public/static/colorschemes/gruvbox-dark.css @@ -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; diff --git a/public/static/colorschemes/monokai.css b/public/static/colorschemes/monokai.css index 051cbf6..7c33160 100644 --- a/public/static/colorschemes/monokai.css +++ b/public/static/colorschemes/monokai.css @@ -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; diff --git a/public/static/colorschemes/nord.css b/public/static/colorschemes/nord.css index 9fae508..234b57b 100644 --- a/public/static/colorschemes/nord.css +++ b/public/static/colorschemes/nord.css @@ -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; } diff --git a/public/static/colorschemes/oceanic-next.css b/public/static/colorschemes/oceanic-next.css index a768aa8..896bae1 100644 --- a/public/static/colorschemes/oceanic-next.css +++ b/public/static/colorschemes/oceanic-next.css @@ -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; } diff --git a/public/static/colorschemes/solarized-dark.css b/public/static/colorschemes/solarized-dark.css index ce9de26..44494f9 100644 --- a/public/static/colorschemes/solarized-dark.css +++ b/public/static/colorschemes/solarized-dark.css @@ -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; } diff --git a/public/static/colorschemes/solarized-light.css b/public/static/colorschemes/solarized-light.css index c20e695..7434b37 100644 --- a/public/static/colorschemes/solarized-light.css +++ b/public/static/colorschemes/solarized-light.css @@ -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; } diff --git a/public/static/colorschemes/tomorrow-night.css b/public/static/colorschemes/tomorrow-night.css index 38eb9f0..2f2c29c 100644 --- a/public/static/colorschemes/tomorrow-night.css +++ b/public/static/colorschemes/tomorrow-night.css @@ -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; }