diff options
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r-- | runtime/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 65f26725..f478b05f 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -41,3 +41,4 @@ "ui.text" = { fg = "#ABB2BF", bg = "#282C34" } "ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] } "ui.window" = { bg = "#3E4452" } +# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported |