mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Customize Font Size
This commit is contained in:
parent
2b5cea1b68
commit
c0f2b9bdf9
5 changed files with 68 additions and 0 deletions
16
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css
Normal file
16
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
#tabbrowser-tabs {
|
||||
font-size: var(--cfs-font-size-tabbar-tabs) !important;
|
||||
}
|
||||
|
||||
#zen-current-workspace-indicator-name {
|
||||
font-size: var(--cfs-font-size-workspace-title) !important;
|
||||
}
|
||||
|
||||
.findbar-container {
|
||||
font-size: var(--cfs-font-size-searchbar) !important;
|
||||
}
|
||||
|
||||
.zen-workspace-icon {
|
||||
font-size: var(--cfs-icon-size-footer) !important;
|
||||
}
|
BIN
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png
Normal file
BIN
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
26
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json
Normal file
26
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"property": "cfs.font.size.workspace.title",
|
||||
"label": "Workspace font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.tabbar.tabs",
|
||||
"label": "Tabbar tabs font size \"1.3em\" or \"20px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.3em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.searchbar",
|
||||
"label": "Tabbar tabs font size \"1.4em\" or \"22px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.4em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.footer",
|
||||
"label": "Tabbar tabs font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
}
|
||||
]
|
11
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md
Normal file
11
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
# zen-customize-fonts-size
|
||||
|
||||
# Customize Font Sizes
|
||||
|
||||
Configure Zen Browser's UI font sizes.
|
||||
|
||||
- Customize Workspace title font size
|
||||
- Customize Tab's title font size.
|
||||
- Customize Search Bar font size.
|
||||
- Customize SideBar footer font size.
|
15
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json
Normal file
15
themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "d23733fa-983e-4680-8869-bf5b292d4fe6",
|
||||
"name": "Customize Font Size",
|
||||
"description": "Configure Zen Browser's UI font sizes.",
|
||||
"homepage": "https://github.com/joadr/zen-customize-fonts-size",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png",
|
||||
"author": "joadr",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-11-29",
|
||||
"updatedAt": "2024-11-29",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue