diff --git a/data/media/style.css b/data/media/style.css index 6d223db..4f5cc21 100644 --- a/data/media/style.css +++ b/data/media/style.css @@ -40,6 +40,19 @@ -gtk-key-bindings: window-bindings; /*border-radius: 7px 7px 3px 3px;*/ background: @light_editor_bg; + caret-color: @dark_bg; +} + +.uberwriter_window .text-button{ + color: @dark_bg; +} + +.uberwriter_window.dark_mode { + caret-color: @light_editor_bg; +} + +.uberwriter_window.dark_mode .text-button{ + color: @light_editor_bg; } .uberwriter_window.small .uberwriter-editor {