mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
opt: tab_bar_decorate and jump_label_decorate config separate
This commit is contained in:
parent
892d1279b6
commit
a5d44d7347
9 changed files with 292 additions and 166 deletions
|
|
@ -14,7 +14,6 @@ Control the sizing of window borders and gaps.
|
|||
| `gappiv` | `5` | Vertical inner gap. |
|
||||
| `gappoh` | `10` | Horizontal outer gap (between windows and screen edges). |
|
||||
| `gappov` | `10` | Vertical outer gap. |
|
||||
| `tab_bar_height` | `50` | Height of the tab bar for monocle layout. |
|
||||
|
||||
## Colors
|
||||
|
||||
|
|
@ -56,16 +55,35 @@ You can also color-code windows based on their state:
|
|||
### Overview Jump Mode
|
||||
| Setting | Default | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| `text_decorate_fg_color` | `0xc4939dff` | label text color. |
|
||||
| `text_decorate_bg_color` | `0x201b14ff` | label background color.|
|
||||
| `text_decorate_focus_fg_color` | `0x201b14ff` | label text color for focus. |
|
||||
| `text_decorate_focus_bg_color` | `0xc4939dff` | label background color for focus.|
|
||||
| `text_decorate_border_color` | `0x8BAA9Bff` | label border color.|
|
||||
| `text_decorate_border_width` | `4` | label border width.|
|
||||
| `text_decorate_corner_radius` | `5` | label corner radius.|
|
||||
| `text_decorate_padding_x` | `10` | label horizontal padding.|
|
||||
| `text_decorate_padding_y` | `10` | label vertical padding.|
|
||||
| `text_decorate_font_desc` | `monospace Bold 16` | label font set.|
|
||||
| `jump_label_decorate_fg_color` | `0xc4939dff` | text color. |
|
||||
| `jump_label_decorate_bg_color` | `0x201b14ff` | background color.|
|
||||
| `jump_label_decorate_focus_fg_color` | `0x201b14ff` | text color for focus. |
|
||||
| `jump_label_decorate_focus_bg_color` | `0xc4939dff` | background color for focus.|
|
||||
| `jump_label_decorate_border_color` | `0x8BAA9Bff` | border color.|
|
||||
| `jump_label_decorate_border_width` | `4` | border width.|
|
||||
| `jump_label_decorate_corner_radius` | `5` | corner radius.|
|
||||
| `jump_label_decorate_padding_x` | `10` | horizontal padding.|
|
||||
| `jump_label_decorate_padding_y` | `10` | vertical padding.|
|
||||
| `jump_label_decorate_font_desc` | `monospace Bold 16` | font set.|
|
||||
|
||||
### Tab Bar For Monocle Layout
|
||||
| Setting | Default | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| `tab_bar_height` | `50` | Height of the tab bar for monocle layout. |
|
||||
| `tab_bar_decorate_fg_color` | `0xc4939dff` | text color.
|
||||
| `tab_bar_decorate_bg_color` | `0x201b14ff` | background color.|
|
||||
| `tab_bar_decorate_focus_fg_color` | `0x201b14ff` | text color for focus. |
|
||||
| `tab_bar_decorate_focus_bg_color` | `0xc4939dff` | background color for focus.|
|
||||
| `tab_bar_decorate_border_color` | `0x8BAA9Bff` | border color.|
|
||||
| `tab_bar_decorate_border_width` | `4` | border width.|
|
||||
| `tab_bar_decorate_corner_radius` | `5` | corner radius.|
|
||||
| `tab_bar_decorate_padding_x` | `0` | horizontal padding.|
|
||||
| `tab_bar_decorate_padding_y` | `0` | vertical padding.|
|
||||
| `tab_bar_decorate_font_desc` | `monospace Bold 16` | font set.|
|
||||
|
||||
## Borders
|
||||
|
||||
Control the appearance of window borders.
|
||||
|
||||
## Cursor Theme
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue