Skip to content

Commit

Permalink
Remove multilines from meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 24, 2024
1 parent 3793fd2 commit 55c677c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 34 deletions.
36 changes: 17 additions & 19 deletions base16/3024.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# 3024 scheme for the Base16 Builder (https://github.com/chriskempson/base16-builder)
system: "base16"
name: "3024"
author: "Jan T. Sott (http://github.com/idleberg)"
variant: "dark"
author: "Yushi5058"
palette:
base00: "090300" # ----
base01: "3a3432" # ---
base02: "4a4543" # --
base03: "5c5855" # -
base04: "807d7c" # +
base05: "a5a2a2" # ++
base06: "d6d5d4" # +++
base07: "f7f7f7" # ++++
base08: "db2d20" # red
base09: "e8bbd0" # orange
base0A: "fded02" # yellow
base0B: "01a252" # green
base0C: "b5e4f4" # aqua
base0D: "01a0e4" # blue
base0E: "a16a94" # purple
base0F: "cdab53" # brown
base00: "120d09"
base01: "241b13"
base02: "372b20"
base03: "4b3c2e"
base04: "766454"
base05: "8f7c6d"
base06: "aa998b"
base07: "cabeb3"
base08: "44739c"
base09: "44479c"
base0A: "6d449c"
base0B: "9c4473"
base0C: "9c6d44"
base0D: "739c44"
base0E: "449c6d"
base0F: "449c99"
4 changes: 1 addition & 3 deletions base16/papercolor-dark.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "PaperColor Dark"
author: |
Jon Leopard (http://github.com/jonleopard)
based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)

Check failure on line 3 in base16/papercolor-dark.yaml

View workflow job for this annotation

GitHub Actions / run

3:121 [line-length] line too long (125 > 120 characters)
variant: "dark"
palette:
base00: "1c1c1c" # Default Background
Expand Down
4 changes: 1 addition & 3 deletions base16/papercolor-light.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "PaperColor Light"
author: |
Jon Leopard (http://github.com/jonleopard)
based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)

Check failure on line 3 in base16/papercolor-light.yaml

View workflow job for this annotation

GitHub Actions / run

3:121 [line-length] line too long (125 > 120 characters)
variant: "light"
palette:
base00: "eeeeee" # Default Background
Expand Down
4 changes: 1 addition & 3 deletions base16/shades-of-purple.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Shades of Purple"
author: |
Iolar Demartini Junior (http://github.com/demartini
based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode).
author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)

Check failure on line 3 in base16/shades-of-purple.yaml

View workflow job for this annotation

GitHub Actions / run

3:121 [line-length] line too long (149 > 120 characters)
variant: "dark"
palette:
base00: "1e1e3f" # default background
Expand Down
4 changes: 1 addition & 3 deletions base16/snazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Snazzy"
author: |
Chawye Hsu (https://github.com/chawyehsu)
based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)

Check failure on line 3 in base16/snazzy.yaml

View workflow job for this annotation

GitHub Actions / run

3:121 [line-length] line too long (125 > 120 characters)
variant: "dark"
palette:
base00: "282a36"
Expand Down
4 changes: 1 addition & 3 deletions base16/spaceduck.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Spaceduck"
author: |
Guillermo Rodriguez (https://github.com/pineapplegiant),
packaged by Gabriel Fontes (https://github.com/Misterio77)
author: Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77)

Check failure on line 3 in base16/spaceduck.yaml

View workflow job for this annotation

GitHub Actions / run

3:121 [line-length] line too long (123 > 120 characters)
variant: "dark"
palette:
base00: "16172d"
Expand Down

0 comments on commit 55c677c

Please sign in to comment.