Searched refs:set_code_theme (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_console/py/ |
D | console_app_test.py | 38 prefs.set_code_theme('default') 52 prefs.set_code_theme('default')
|
D | repl_pane_test.py | 125 prefs.set_code_theme('default')
|
D | command_runner_test.py | 41 prefs.set_code_theme('default')
|
D | window_manager_test.py | 36 prefs.set_code_theme('default')
|
/external/pigweed/pw_console/py/pw_console/ |
D | console_app.py | 505 def set_code_theme(self, theme_name: str) -> Callable: member in ConsoleApp 692 self.set_code_theme('pigweed-code'), 696 self.set_code_theme('pigweed-code-light'), 700 self.set_code_theme('synthwave84'), 702 MenuItem('Code: material', self.set_code_theme('material')), 705 self.set_code_theme('gruvbox-light'), 709 self.set_code_theme('gruvbox-dark'), 711 MenuItem('Code: zenburn', self.set_code_theme('zenburn')),
|
D | console_prefs.py | 197 def set_code_theme(self, theme_name: str): member in ConsolePrefs
|