Add mobile context notes tab (#1355)
* Add mobile context notes tab * Fix bot comments --------- Co-authored-by: Konstantin Zolin <zolin_ka@vk.com> Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
Konstantin Zolin
Bohdan Triapitsyn
parent
0244d7ffcd
commit
9af0de0056
@@ -108,7 +108,7 @@ function convertVsCodeTheme(vscodeThemePath) {
|
||||
const semanticTokenColors = normalizedTheme.semanticTokenColors || {};
|
||||
|
||||
// Determine variant
|
||||
const isDark = normalizedTheme.type === 'dark' ||
|
||||
const isDark = normalizedTheme.type === 'dark' ||
|
||||
colors['editor.background']?.toLowerCase() < '#808080' ||
|
||||
colors['workbench.colorTheme']?.includes('dark');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user