feat: tags theme

This commit is contained in:
Tomas Mirchev 2025-10-20 02:15:58 +02:00
parent 3c0a2897ce
commit aaa9f1723e
2 changed files with 33 additions and 0 deletions

View File

@ -218,3 +218,9 @@ Chromium: 141.0.7390.108
- Energy Saver >> OFF
- (Local State): performance_tuning.battery_saver_mode
## Theme
- Go to `brave://extensions/`
- Enable "Developer mode"
- Click "Load unpacked" and select `others/theme_MinimalGrayTabs`

View File

@ -0,0 +1,27 @@
{
"manifest_version": 3,
"version": "1",
"name": "Minimal Gray Tabs",
"theme": {
"colors": {
"frame": [180, 180, 180],
"frame_inactive": [200, 200, 200],
"toolbar": [225, 225, 225],
"tab_background_inactive": [190, 190, 190],
"tab_selected": [255, 255, 255],
"tab_text": [0, 0, 0],
"tab_background_separator": [120, 120, 120],
"tab_line": [0, 0, 0],
"bookmark_text": [0, 0, 0],
"omnibox_background": [245, 245, 245],
"omnibox_text": [0, 0, 0],
"ntp_background": [255, 255, 255],
"ntp_text": [20, 20, 20]
}
}
}