diff options
author | nuid32 | 2022-10-01 15:37:18 +0000 |
---|---|---|
committer | GitHub | 2022-10-01 15:37:18 +0000 |
commit | 5b5f1bd39ae46fdf68ba758b29bdb29200394c86 (patch) | |
tree | 21f4ea047f28ac673da8b135b269924c2fb36f24 /runtime/themes | |
parent | c9584251f321a8540cf530561896b2f48f0b76a2 (diff) |
Adjust light-gray in onedarker theme (#4060)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/onedarker.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/onedarker.toml b/runtime/themes/onedarker.toml index 1ad6f7c3..1eb1a90c 100644 --- a/runtime/themes/onedarker.toml +++ b/runtime/themes/onedarker.toml @@ -93,5 +93,5 @@ black = "#16181A" light-black = "#2C323C" gray = "#454D50" faint-gray = "#ABB2BF" -light-gray = "#C8CCD4" +light-gray = "#636C6E" linenr = "#282C34" |