Home
last modified time | relevance | path

Searched refs:set_code_theme (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_console/py/
Dconsole_app_test.py38 prefs.set_code_theme('default')
52 prefs.set_code_theme('default')
Drepl_pane_test.py125 prefs.set_code_theme('default')
Dcommand_runner_test.py41 prefs.set_code_theme('default')
Dwindow_manager_test.py36 prefs.set_code_theme('default')
/external/pigweed/pw_console/py/pw_console/
Dconsole_app.py505 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')),
Dconsole_prefs.py197 def set_code_theme(self, theme_name: str): member in ConsolePrefs