Skip to content

Commit

Permalink
Update punctuation colour highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Mar 7, 2022
1 parent 711c4a2 commit 7ee3b0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion _sass/base/_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,15 @@ table.rouge-table {
.ow{ /* Operator.Word */
color: var(--base0d) }
.p{ /* Punctuation */
color: var(--base08) }
color: var(--base05) }
.pi{ /* Name.Property */
color: var(--base07) }
.py{ /* Name.Property */
color: var(--base0d) }
.s{ /* Literal.String */
color: var(--base0a) }
.sa{ /* Literal.String.raw */
color: var(--base0a) }
.sb{ /* Literal.String.Backtick */
color: var(--base0a) }
.sc{ /* Literal.String.Char */
Expand Down
6 changes: 3 additions & 3 deletions _sass/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ html, html[data-theme="light"] {
--base02: #314549; // Selection Background
--base03: #546e7a; // Comments, Invisible, Line Highlighting
--base04: #b2ccd6; // Dark Foreground (Used for status bars)
--base05: #eeffff; // Light Foreground (Not often used) - NOT USED
--base06: #eeffff; // Highlight, Light Background (Not often used)
--base05: #eeffff; // Punctuation
--base06: #eeffff; // Highlight, Light Background
--base07: #ffffff; // Default Foreground, Default text color
--base08: #f07178; // Parenthesis, Caret, Delimiters, Operators
--base08: #f07178; // Operators (and Parenthesis, Caret, Delimiters)
--base09: #f78c6c; // Classes, Markup Bold, Search Text Background
--base0a: #ffcb6b; // Strings, Inherited Class, Markup Code, Diff Inserted
--base0b: #98c379; // Functions, Methods, Attribute IDs, Headings
Expand Down

0 comments on commit 7ee3b0b

Please sign in to comment.