alamin655 commited on
Commit
dd24aec
2 Parent(s): a06b235 eb4ed31

Merge branch 'rolling' into JSDocs

Browse files
.github/workflows/contributors.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  name: Contributors List
2
 
3
  on:
@@ -44,4 +45,4 @@ jobs:
44
  delete-branch: true
45
  title: 'chore: update contributors-list'
46
  body: |
47
- Automated update to `images/contributors_list.svg`
 
1
+ ---
2
  name: Contributors List
3
 
4
  on:
 
45
  delete-branch: true
46
  title: 'chore: update contributors-list'
47
  body: |
48
+ Automated update to `images/contributors_list.svg`
.github/workflows/hello.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  name: Welcome first time contributors
2
 
3
  on:
 
1
+ ---
2
  name: Welcome first time contributors
3
 
4
  on:
.github/workflows/labels.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  name: Import open source standard labels
2
 
3
  on:
 
1
+ ---
2
  name: Import open source standard labels
3
 
4
  on:
.github/workflows/rust.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  name: Rust
2
 
3
  on:
 
1
+ ---
2
  name: Rust
3
 
4
  on:
.github/workflows/rust_format.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  name: Rust format and clippy checks
2
  on:
3
  push:
 
1
+ ---
2
  name: Rust format and clippy checks
3
  on:
4
  push:
.github/workflows/stale.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  # This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2
  #
3
  # You can adjust the behavior by modifying this file.
 
1
+ ---
2
  # This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
3
  #
4
  # You can adjust the behavior by modifying this file.
.mega-linter.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  # Configuration file for MegaLinter
2
  # See all available variables at https://megalinter.io/configuration/ and in linters documentation
3
 
 
1
+ ---
2
  # Configuration file for MegaLinter
3
  # See all available variables at https://megalinter.io/configuration/ and in linters documentation
4
 
docker-compose.yml CHANGED
@@ -1,3 +1,4 @@
 
1
  version: "3.9"
2
  services:
3
  app:
 
1
+ ---
2
  version: "3.9"
3
  services:
4
  app:
public/static/colorschemes/gruvbox-dark.css CHANGED
@@ -1,7 +1,7 @@
1
  :root {
2
- --background-color: #282828;
3
  --foreground-color: #ebdbb2;
4
- --color-one: #cc241d;
5
  --color-two: #98971a;
6
  --color-three: #d79921;
7
  --color-four: #458588;
 
1
  :root {
2
+ --background-color: #1d2021;
3
  --foreground-color: #ebdbb2;
4
+ --color-one: #282828;
5
  --color-two: #98971a;
6
  --color-three: #d79921;
7
  --color-four: #458588;
public/static/colorschemes/monokai.css CHANGED
@@ -1,8 +1,8 @@
1
  :root {
2
- --background-color: #403e41;
3
- --foreground-color: #fcfcfa;
4
- --color-one: #ff6188;
5
- --color-two: #a9dc76;
6
  --color-three: #ffd866;
7
  --color-four: #fc9867;
8
  --color-five: #ab9df2;
 
1
  :root {
2
+ --background-color: #49483Eff;
3
+ --foreground-color: #FFB269;
4
+ --color-one: #272822ff;
5
+ --color-two: #61AFEF;
6
  --color-three: #ffd866;
7
  --color-four: #fc9867;
8
  --color-five: #ab9df2;
public/static/colorschemes/nord.css CHANGED
@@ -1,11 +1,11 @@
1
  :root {
2
- --background-color: #2e3440;
3
- --foreground-color: #d8dee9;
4
- --color-one: #3b4252;
5
- --color-two: #bf616a;
6
- --color-three: #a3be8c;
7
- --color-four: #ebcb8b;
8
  --color-five: #81a1c1;
9
- --color-six: #b48ead;
10
- --color-seven: #ffffff;
11
  }
 
1
  :root {
2
+ --background-color: #122736ff;
3
+ --foreground-color: #a2e2a9;
4
+ --color-one: #121B2Cff;
5
+ --color-two: #f08282;
6
+ --color-three: #ABC5AAff;
7
+ --color-four: #e6d2d2;
8
  --color-five: #81a1c1;
9
+ --color-six: #e2ecd6;
10
+ --color-seven: #fff;
11
  }
public/static/colorschemes/oceanic-next.css CHANGED
@@ -2,10 +2,10 @@
2
  --background-color: #1b2b34;
3
  --foreground-color: #d8dee9;
4
  --color-one: #343d46;
5
- --color-two: #ec5f67;
6
- --color-three: #99c794;
7
- --color-four: #fac863;
8
- --color-five: #6699cc;
9
  --color-six: #c594c5;
10
- --color-seven: #ffffff;
11
  }
 
2
  --background-color: #1b2b34;
3
  --foreground-color: #d8dee9;
4
  --color-one: #343d46;
5
+ --color-two: #5FB3B3ff;
6
+ --color-three: #69Cf;
7
+ --color-four: #99c794;
8
+ --color-five: #69c;
9
  --color-six: #c594c5;
10
+ --color-seven: #D8DEE9ff;
11
  }
public/static/colorschemes/solarized-dark.css CHANGED
@@ -1,11 +1,11 @@
1
  :root {
2
  --background-color: #002b36;
3
- --foreground-color: #839496;
4
  --color-one: #073642;
5
- --color-two: #dc322f;
6
- --color-three: #859900;
7
- --color-four: #b58900;
8
  --color-five: #268bd2;
9
  --color-six: #d33682;
10
- --color-seven: #ffffff;
11
  }
 
1
  :root {
2
  --background-color: #002b36;
3
+ --foreground-color: #c9e0e6;
4
  --color-one: #073642;
5
+ --color-two: #2AA198ff;
6
+ --color-three: #2AA198ff;
7
+ --color-four: #EEE8D5ff;
8
  --color-five: #268bd2;
9
  --color-six: #d33682;
10
+ --color-seven: #fff;
11
  }
public/static/colorschemes/solarized-light.css CHANGED
@@ -1,11 +1,11 @@
1
  :root {
2
- --background-color: #fdf6e3;
3
- --foreground-color: #657b83;
4
- --color-one: #073642;
5
- --color-two: #dc322f;
6
- --color-three: #859900;
7
  --color-four: #b58900;
8
  --color-five: #268bd2;
9
  --color-six: #d33682;
10
- --color-seven: #ffffff;
11
  }
 
1
  :root {
2
+ --background-color: #EEE8D5ff;
3
+ --foreground-color: #b1ab97;
4
+ --color-one: #fdf6e3;
5
+ --color-two: #DC322Fff;
6
+ --color-three: #586E75ff;
7
  --color-four: #b58900;
8
  --color-five: #268bd2;
9
  --color-six: #d33682;
10
+ --color-seven: #fff;
11
  }
public/static/colorschemes/tomorrow-night.css CHANGED
@@ -1,11 +1,11 @@
1
  :root {
2
- --background-color: #1d1f21;
3
- --foreground-color: #c5c8c6;
4
- --color-one: #cc6666;
5
- --color-two: #b5bd68;
6
  --color-three: #f0c674;
7
- --color-four: #81a2be;
8
- --color-five: #b294bb;
9
- --color-six: #8abeb7;
10
- --color-seven: #ffffff;
11
  }
 
1
  :root {
2
+ --background-color: #35383Cff;
3
+ --foreground-color: #D7DAD8ff;
4
+ --color-one: #1d1f21;
5
+ --color-two: #D77C79ff;
6
  --color-three: #f0c674;
7
+ --color-four: #92B2CAff;
8
+ --color-five: #C0A7C7ff;
9
+ --color-six: #9AC9C4ff;
10
+ --color-seven: #fff;
11
  }