Skip to content

Commit

Permalink
Update syntax highlight color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Oct 12, 2024
1 parent 8b64a2f commit 1bae268
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,17 +447,17 @@ main header h3 {
/* Print-specific styles */
}

/* Syntax Highlighting */
.ruby-constant { color: #D19A66; }
.ruby-keyword { color: #C678DD; }
.ruby-ivar { color: #E06C75; }
.ruby-operator { color: #56B6C2; }
.ruby-identifier { color: var(--text-color); }
.ruby-node { color: #98C379; }
.ruby-comment { color: #5C6370; font-style: italic; }
.ruby-regexp { color: #56B6C2; }
.ruby-value { color: #D19A66; }
.ruby-string { color: #98C379; }
/* Syntax Highlighting - Gruvbox Light Scheme */
.ruby-constant { color: #AF3A03; } /* Dark Orange */
.ruby-keyword { color: #9D0006; } /* Dark Red */
.ruby-ivar { color: #B57614; } /* Brown */
.ruby-operator { color: #427B58; } /* Dark Teal */
.ruby-identifier { color: #076678; } /* Deep Teal */
.ruby-node { color: #8F3F71; } /* Plum */
.ruby-comment { color: #928374; font-style: italic; } /* Gray */
.ruby-regexp { color: #8F3F71; } /* Plum */
.ruby-value { color: #AF3A03; } /* Dark Orange */
.ruby-string { color: #79740E; } /* Olive */

/* Table of Contents */
.table-of-contents ul {
Expand Down

0 comments on commit 1bae268

Please sign in to comment.