Skip to content

Commit

Permalink
Remove multilines from meta info (tinted-theming#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden authored Aug 24, 2024
1 parent 43ba59b commit 98c7fe3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rules:
document-start: disable
comments: disable
line-length:
max: 120
max: 180
level: error
allow-non-breakable-inline-mappings: true
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)
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)
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)
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)
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)
variant: "dark"
palette:
base00: "16172d"
Expand Down

0 comments on commit 98c7fe3

Please sign in to comment.