mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 14:42:39 +08:00
Adds a bit of contrast to the comments in the code editor (#859)
* Adds a bit of contrast to the comments in the code editor * Changes the ansi-color-light-black to the new color of the comments * Color hex in lowercase * Reverts to the old light-black
This commit is contained in:
parent
9690e2ac51
commit
89835f5e60
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const colors = {
|
||||||
default: "#abb2bf",
|
default: "#abb2bf",
|
||||||
lightRed: "#e06c75",
|
lightRed: "#e06c75",
|
||||||
blue: "#61afef",
|
blue: "#61afef",
|
||||||
gray: "#5c6370",
|
gray: "#737a8c",
|
||||||
green: "#98c379",
|
green: "#98c379",
|
||||||
purple: "#c678dd",
|
purple: "#c678dd",
|
||||||
red: "#be5046",
|
red: "#be5046",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue