Skip to content

Commit 852db8f

Browse files
Harminder VirkHarminder Virk
authored andcommitted
refactor: add green tint code comment color
1 parent 2781546 commit 852db8f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

css/dark_mode_variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ html.dark {
101101
--tip-icon-color: hsl(151, 55.0%, 41.5%);
102102
--success-tick-color: hsl(151, 55.0%, 41.5%);
103103
--code-comment-color: var(--neutral-gray-11);
104+
--code-comment-green-tint: #648777;
104105
--code-highlight-bg-color: hsl(0deg 0% 0% / 20%);
105106
--code-highlight-border-color: var(--accent-a8);
106107
--code-insert-bg-color: hsla(158, 98.6%, 59.7%, 0.105);

css/light_mode_variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
--tip-icon-color: hsl(152, 57.5%, 37.6%);
102102
--success-tick-color: hsl(151, 55.0%, 41.5%);
103103
--code-comment-color: var(--neutral-gray-9);
104+
--code-comment-green-tint: #648777;
104105
--code-highlight-bg-color: hsl(261.43deg 13.54% 21.91% / 61%);
105106
--code-highlight-border-color: var(--accent-9);
106107
--code-insert-bg-color: hsla(158, 98.6%, 59.7%, 0.105);

0 commit comments

Comments
 (0)