Skip to content

Commit

Permalink
Make customInstruction colour more faded for focus theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Jun 16, 2022
1 parent c0b136f commit 7a951dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/renderer/focus.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
}

/* Custom instructions, e.g. >>> */
.window.focus .window.contrast .ace_editor span.ace_customInstruction {
color: #c36f6f;
.window.focus .ace_editor span.ace_customInstruction {
color: #5f4c4c;
}

.window.focus ::-webkit-scrollbar {
Expand Down

0 comments on commit 7a951dc

Please sign in to comment.