mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix ace gutter and tab color not matching in flat-light theme
This commit is contained in:
parent
76608d0bcd
commit
c65107388c
@ -547,6 +547,10 @@ define(function(require, exports, module) {
|
||||
|
||||
layout.on("themeChange", function(e) {
|
||||
setFontSmoothing();
|
||||
// reset this, since main theme can override ace theme colors
|
||||
themeLoaded = {};
|
||||
lastTheme = null;
|
||||
setTheme(settings.get("user/ace/@theme"));
|
||||
|
||||
if (e.type !== "ace"
|
||||
&& settings.get("user/ace/@theme") != defaultThemes[e.oldTheme])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user