Skip to content

Commit

Permalink
minor consistency update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Jan 30, 2024
1 parent 616ea41 commit c81bfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/term16-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inherits = "term16-dark"
"function" = "blue"
"function.builtin" = { fg = "blue", modifiers = ["bold"] }
"tag" = { fg = "magenta", modifiers = ["dim"] }
"type" = { fg = "blue", modifiers = ["dim"] }
"type" = "blue"
"type.builtin" = { fg = "blue", modifiers = ["bold"] }
"type.enum.variant" = { fg = "magenta", modifiers = ["dim"] }
"string" = "green"
Expand All @@ -57,7 +57,7 @@ inherits = "term16-dark"
"keyword.directive" = { fg = "yellow", modifiers = ["bold"] }
"keyword.operator" = { fg = "blue", modifiers = ["bold"] }
"label" = "red"
"namespace" = "blue"
"namespace" = { fg = "blue", modifiers = ["dim"] }

"markup.heading" = { fg = "blue", modifiers = ["bold"] }
"markup.list" = "red"
Expand Down

0 comments on commit c81bfb6

Please sign in to comment.