+10
-0
lines changedFilter options
+10
-0
lines changed Original file line number Diff line number Diff line change
@@ -493,6 +493,7 @@ def convert_oomox_theme_to_xrdb(colorscheme):
493
493
colorscheme[theme_key]
494
494
term_colorscheme['background'] = colorscheme['TERMINAL_BACKGROUND']
495
495
term_colorscheme['foreground'] = colorscheme['TERMINAL_FOREGROUND']
496
+
term_colorscheme['cursorColor'] = colorscheme['TERMINAL_CURSOR']
496
497
return term_colorscheme
497
498
498
499
Original file line number Diff line number Diff line change
@@ -343,6 +343,15 @@ def merge_theme_model_with_plugins(theme_model_name, base_theme_model=None):
343
343
'TERMINAL_THEME_MODE': ['basic', 'manual', 'smarty', ],
344
344
},
345
345
},
346
+
{
347
+
'key': 'TERMINAL_CURSOR',
348
+
'type': 'color',
349
+
'fallback_key': 'TERMINAL_FOREGROUND',
350
+
'display_name': _('Cursor'),
351
+
'value_filter': {
352
+
'TERMINAL_THEME_MODE': ['basic', 'manual', 'smarty', ],
353
+
},
354
+
},
346
355
{
347
356
'key': 'TERMINAL_ACCENT_COLOR',
348
357
'type': 'color',
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4