https://github.com/yurenchen000/terminator-autotheme-plugin
Terminator plugin to implement AutoTheme
https://github.com/yurenchen000/terminator-autotheme-plugin
dark-mode dark-theme darkmode gnome-terminator terminator terminator-plugin terminator-terminal terminator-theme theme
Last synced: 4 months ago
JSON representation
Terminator plugin to implement AutoTheme
- Host: GitHub
- URL: https://github.com/yurenchen000/terminator-autotheme-plugin
- Owner: yurenchen000
- Created: 2024-09-28T10:24:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T10:56:42.000Z (12 months ago)
- Last Synced: 2025-06-19T11:26:43.963Z (12 months ago)
- Topics: dark-mode, dark-theme, darkmode, gnome-terminator, terminator, terminator-plugin, terminator-terminal, terminator-theme, theme
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminator AutoTheme Plugin
A Terminator plugin to implement AutoTheme:
Let profile follow system Dark/Light mode (when system theme change).
https://github.com/gnome-terminator/terminator/issues/775
> [!TIP]
> This plugin has been included in the official repository:
> [./terminatorlib/plugins/auto_theme.py](https://github.com/gnome-terminator/terminator/blob/master/terminatorlib/plugins/auto_theme.py)
## Feature
- auto switch profile when system light/dark change
- quick preview different profiles (without tedious clicks)
//just mouse-scroll or keyboard ↑ ↓ on the combox
## Requirements
only tested with terminator 2.1.1+, on ubuntu 22 lts
> [!NOTE]
> This plugin is implemented in a hack way.
if it not work, check the [issues](https://github.com/yurenchen000/terminator-autotheme-plugin/issues)
## Install
1. Copy auto_theme.py to ~/.config/terminator/plugins/
2. Terminator Preferences > Plugins: enable `AutoTheme`
3. Settings in context-menu `AutoTheme`
## Usage
you need at least 2 terminator profile,
one for dark theme
one for light theme
It will auto switch when system dark/light mode swtich.
## Preview

[more preview](https://github.com/yurenchen000/terminator-autotheme-plugin/wiki)
## Other Plugins
[](https://github.com/yurenchen000/yurenchen000/blob/main/repos.md#terminator-plugins)