Skip to content

Commit

Permalink
Make sure brackets are represented
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 19, 2024
1 parent e6679fc commit dc498f4
Show file tree
Hide file tree
Showing 271 changed files with 2,168 additions and 271 deletions.
9 changes: 8 additions & 1 deletion styles/base16-3024.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-apathy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-apprentice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-ashes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-atelier-cave-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-atelier-cave.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-atelier-dune-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-atelier-dune.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
9 changes: 8 additions & 1 deletion styles/base16-atelier-estuary-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<style name="background-pattern" background="base0F" />

<!-- Bracket Matching -->
<style name="bracket-match" foreground="base03" background="base01" />
<style name="bracket" foreground="base0E" />
<style name="bracket-match" foreground="base0E" bold="true" />
<style name="bracket-mismatch" foreground="base08" background="base01" />

<!-- Right Margin -->
Expand All @@ -68,6 +69,7 @@
<style name="def:comment" foreground="base03" />
<style name="def:shebang" foreground="base08" bold="true" />
<style name="def:doc-comment-element" italic="true" />
<style name="def:doc-comment" italic="true" />

<!-- Constants -->
<style name="def:constant" foreground="base0A" />
Expand All @@ -81,6 +83,7 @@
<style name="def:complex" foreground="base09" />
<style name="def:special-constant" foreground="base09" />
<style name="def:boolean" foreground="base09" />
<style name="def:null-value" foreground="base09" />

<!-- Identifiers -->
<style name="def:identifier" foreground="base0E" />
Expand All @@ -91,6 +94,7 @@

<!-- Builtin -->
<style name="def:builtin" foreground="base0C" />
<style name="def:built-in-function" foreground="base0C" />

<!-- Keywords -->
<style name="def:keyword" foreground="base0E" />
Expand Down Expand Up @@ -150,6 +154,9 @@
<!-- YAML -->
<style name="yaml:map-key" foreground="base0C" />

<!-- JSON -->
<style name="json:keyname" foreground="base0C" />

<!-- GTK-DOC Overrides -->
<style name="gtk-doc:type" foreground="base0E" />
<style name="gtk-doc:function" foreground="base0D" />
Expand Down
Loading

0 comments on commit dc498f4

Please sign in to comment.