feat: tags theme
This commit is contained in:
parent
3c0a2897ce
commit
aaa9f1723e
@ -218,3 +218,9 @@ Chromium: 141.0.7390.108
|
|||||||
- Energy Saver >> OFF
|
- Energy Saver >> OFF
|
||||||
- (Local State): performance_tuning.battery_saver_mode
|
- (Local State): performance_tuning.battery_saver_mode
|
||||||
|
|
||||||
|
## Theme
|
||||||
|
|
||||||
|
- Go to `brave://extensions/`
|
||||||
|
- Enable "Developer mode"
|
||||||
|
- Click "Load unpacked" and select `others/theme_MinimalGrayTabs`
|
||||||
|
|
||||||
|
|||||||
27
others/theme_MinimalGrayTabs/manifest.json
Normal file
27
others/theme_MinimalGrayTabs/manifest.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user