komorebi.bar.json (macOS)
Configuration
Section titled “Configuration”left_widgets
Section titled “left_widgets”required array WidgetConfig
Options for mouse interaction on the bar Left side widgets (ordered left-to-right)
monitor
Section titled “monitor”required MonitorConfigOrIndex
The monitor index or the full monitor options
right_widgets
Section titled “right_widgets”required array WidgetConfig
Right side widgets (ordered left-to-right)
center_widgets
Section titled “center_widgets”optional array WidgetConfig
Center widgets (ordered left-to-right)
font_family
Section titled “font_family”optional string
Font family
font_size
Section titled “font_size”optional number
Font size
- Format:
float
Default: 12.5
optional FrameConfig
Frame options (see: https://docs.rs/egui/latest/egui/containers/frame/struct.Frame.html)
grouping
Section titled “grouping”optional Grouping
Visual grouping for widgets
height
Section titled “height”optional number
Bar height
- Format:
float
Default: 50.0
icon_scale
Section titled “icon_scale”optional number
Scale of the icons relative to the font_size [[1.0-2.0]]
- Format:
float
Default: 1.399999976158142
margin
Section titled “margin”optional SpacingKind
Bar margin. Use one value for all sides or use a grouped margin for horizontal and/or vertical definition which can each take a single value for a symmetric margin or two values for each side, i.e.:
"margin": { "horizontal": 10.0}or:
"margin": { "vertical": [top, bottom]}You can also set individual margin on each side like this:
"margin": { "top": 10.0, "bottom": 10.0, "left": 10.0, "right": 10.0}max_label_width
Section titled “max_label_width”optional number
Max label width before text truncation
- Format:
float
Default: 400.0
padding
Section titled “padding”optional SpacingKind
Bar padding. Use one value for all sides or use a grouped padding for horizontal and/or vertical definition which can each take a single value for a symmetric padding or two values for each side, i.e.:
"padding": { "horizontal": 10.0}or:
"padding": { "horizontal": [left, right]}You can also set individual padding on each side like this:
"padding": { "top": 10.0, "bottom": 10.0, "left": 10.0, "right": 10.0}position
Section titled “position”optional PositionConfig
Bar positioning options
optional KomobarTheme
Theme
transparency_alpha
Section titled “transparency_alpha”optional integer
Alpha value for the color transparency [[0-255]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
Default: 200
widget_spacing
Section titled “widget_spacing”optional number
Spacing between widgets
- Format:
float
Default: 10.0
Type Definitions
Section titled “Type Definitions”AppConfig
Section titled “AppConfig”Application button configuration
Properties (6)
command
Section titled “command”required string
Command to execute (e.g. path to the application or shell command).
required string
Display name of the application.
display
Section titled “display”optional ApplicationsDisplayFormat
Display format for this application button (optional). Overrides global format if set.
enable
Section titled “enable”optional boolean
Whether to enable this application button (optional).
Inherits from the global Applications setting if omitted.
optional string
Optional icon: a path to an image or a text-based glyph (e.g., from Nerd Fonts).
If not set, and if the command is a path to an executable, an icon might be extracted from it.
Note: glyphs require a compatible font_family.
show_command_on_hover
Section titled “show_command_on_hover”optional boolean
Whether to show the launch command on hover (optional).
Inherits from the global Applications setting if omitted.
Usages
Section titled “Usages”Configuration:
.center_widgets[].Applications.items[].left_widgets[].Applications.items[].right_widgets[].Applications.items[]
Referenced by:
ApplicationsConfig
Section titled “ApplicationsConfig”Applications widget configuration
Properties (5)
enable
Section titled “enable”required boolean
Enables or disables the applications widget.
required array AppConfig
List of configured applications to display.
display
Section titled “display”optional ApplicationsDisplayFormat
Default display format for all applications (optional).
Could be overridden per application. Defaults to Icon.
show_command_on_hover
Section titled “show_command_on_hover”optional boolean
Whether to show the launch command on hover (optional).
Could be overridden per application. Defaults to false if not set.
spacing
Section titled “spacing”optional number
Horizontal spacing between application buttons.
- Format:
float
Usages
Section titled “Usages”Configuration:
Referenced by:
ApplicationsDisplayFormat
Section titled “ApplicationsDisplayFormat”Applications widget display format
Enum variants (3)
Show only the application icon.
Value: "Icon"
Show only the application name as text.
Value: "Text"
IconAndText
Section titled “IconAndText”Show both the application icon and name.
Value: "IconAndText"
Usages
Section titled “Usages”Configuration:
.center_widgets[].Applications.display.center_widgets[].Applications.items[].display.left_widgets[].Applications.display.left_widgets[].Applications.items[].display.right_widgets[].Applications.display.right_widgets[].Applications.items[].display
Referenced by:
Base16
Section titled “Base16”Base 16 colour palette
Enum variants (269)
3024 (https://tinted-theming.github.io/tinted-gallery/#base16-3024)
Value: "3024"
Apathy
Section titled “Apathy”Apathy (https://tinted-theming.github.io/tinted-gallery/#base16-apathy)
Value: "Apathy"
Apprentice
Section titled “Apprentice”Apprentice (https://tinted-theming.github.io/tinted-gallery/#base16-apprentice)
Value: "Apprentice"
Ashes (https://tinted-theming.github.io/tinted-gallery/#base16-ashes)
Value: "Ashes"
AtelierCaveLight
Section titled “AtelierCaveLight”Atelier Cave Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-cave-light)
Value: "AtelierCaveLight"
AtelierCave
Section titled “AtelierCave”Atelier Cave (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-cave)
Value: "AtelierCave"
AtelierDuneLight
Section titled “AtelierDuneLight”Atelier Dune Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-dune-light)
Value: "AtelierDuneLight"
AtelierDune
Section titled “AtelierDune”Atelier Dune (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-dune)
Value: "AtelierDune"
AtelierEstuaryLight
Section titled “AtelierEstuaryLight”Atelier Estuary Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-estuary-light)
Value: "AtelierEstuaryLight"
AtelierEstuary
Section titled “AtelierEstuary”Atelier Estuary (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-estuary)
Value: "AtelierEstuary"
AtelierForestLight
Section titled “AtelierForestLight”Atelier Forest Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-forest-light)
Value: "AtelierForestLight"
AtelierForest
Section titled “AtelierForest”Atelier Forest (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-forest)
Value: "AtelierForest"
AtelierHeathLight
Section titled “AtelierHeathLight”Atelier Heath Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-heath-light)
Value: "AtelierHeathLight"
AtelierHeath
Section titled “AtelierHeath”Atelier Heath (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-heath)
Value: "AtelierHeath"
AtelierLakesideLight
Section titled “AtelierLakesideLight”Atelier Lakeside Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-lakeside-light)
Value: "AtelierLakesideLight"
AtelierLakeside
Section titled “AtelierLakeside”Atelier Lakeside (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-lakeside)
Value: "AtelierLakeside"
AtelierPlateauLight
Section titled “AtelierPlateauLight”Atelier Plateau Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-plateau-light)
Value: "AtelierPlateauLight"
AtelierPlateau
Section titled “AtelierPlateau”Atelier Plateau (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-plateau)
Value: "AtelierPlateau"
AtelierSavannaLight
Section titled “AtelierSavannaLight”Atelier Savanna Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-savanna-light)
Value: "AtelierSavannaLight"
AtelierSavanna
Section titled “AtelierSavanna”Atelier Savanna (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-savanna)
Value: "AtelierSavanna"
AtelierSeasideLight
Section titled “AtelierSeasideLight”Atelier Seaside Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-seaside-light)
Value: "AtelierSeasideLight"
AtelierSeaside
Section titled “AtelierSeaside”Atelier Seaside (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-seaside)
Value: "AtelierSeaside"
AtelierSulphurpoolLight
Section titled “AtelierSulphurpoolLight”Atelier Sulphurpool Light (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-sulphurpool-light)
Value: "AtelierSulphurpoolLight"
AtelierSulphurpool
Section titled “AtelierSulphurpool”Atelier Sulphurpool (https://tinted-theming.github.io/tinted-gallery/#base16-atelier-sulphurpool)
Value: "AtelierSulphurpool"
Atlas (https://tinted-theming.github.io/tinted-gallery/#base16-atlas)
Value: "Atlas"
AyuDark
Section titled “AyuDark”Ayu Dark (https://tinted-theming.github.io/tinted-gallery/#base16-ayu-dark)
Value: "AyuDark"
AyuLight
Section titled “AyuLight”Ayu Light (https://tinted-theming.github.io/tinted-gallery/#base16-ayu-light)
Value: "AyuLight"
AyuMirage
Section titled “AyuMirage”Ayu Mirage (https://tinted-theming.github.io/tinted-gallery/#base16-ayu-mirage)
Value: "AyuMirage"
Aztec (https://tinted-theming.github.io/tinted-gallery/#base16-aztec)
Value: "Aztec"
Bespin
Section titled “Bespin”Bespin (https://tinted-theming.github.io/tinted-gallery/#base16-bespin)
Value: "Bespin"
BlackMetalBathory
Section titled “BlackMetalBathory”Black Metal Bathory (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-bathory)
Value: "BlackMetalBathory"
BlackMetalBurzum
Section titled “BlackMetalBurzum”Black Metal Burzum (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-burzum)
Value: "BlackMetalBurzum"
BlackMetalDarkFuneral
Section titled “BlackMetalDarkFuneral”Black Metal Dark Funeral (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-dark-funeral)
Value: "BlackMetalDarkFuneral"
BlackMetalGorgoroth
Section titled “BlackMetalGorgoroth”Black Metal Gorgoroth (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-gorgoroth)
Value: "BlackMetalGorgoroth"
BlackMetalImmortal
Section titled “BlackMetalImmortal”Black Metal Immortal (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-immortal)
Value: "BlackMetalImmortal"
BlackMetalKhold
Section titled “BlackMetalKhold”Black Metal Khold (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-khold)
Value: "BlackMetalKhold"
BlackMetalMarduk
Section titled “BlackMetalMarduk”Black Metal Marduk (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-marduk)
Value: "BlackMetalMarduk"
BlackMetalMayhem
Section titled “BlackMetalMayhem”Black Metal Mayhem (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-mayhem)
Value: "BlackMetalMayhem"
BlackMetalNile
Section titled “BlackMetalNile”Black Metal Nile (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-nile)
Value: "BlackMetalNile"
BlackMetalVenom
Section titled “BlackMetalVenom”Black Metal Venom (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal-venom)
Value: "BlackMetalVenom"
BlackMetal
Section titled “BlackMetal”Black Metal (https://tinted-theming.github.io/tinted-gallery/#base16-black-metal)
Value: "BlackMetal"
Blueforest
Section titled “Blueforest”Blueforest (https://tinted-theming.github.io/tinted-gallery/#base16-blueforest)
Value: "Blueforest"
Blueish
Section titled “Blueish”Blueish (https://tinted-theming.github.io/tinted-gallery/#base16-blueish)
Value: "Blueish"
Brewer
Section titled “Brewer”Brewer (https://tinted-theming.github.io/tinted-gallery/#base16-brewer)
Value: "Brewer"
Bright
Section titled “Bright”Bright (https://tinted-theming.github.io/tinted-gallery/#base16-bright)
Value: "Bright"
Brogrammer
Section titled “Brogrammer”Brogrammer (https://tinted-theming.github.io/tinted-gallery/#base16-brogrammer)
Value: "Brogrammer"
BrushtreesDark
Section titled “BrushtreesDark”Brushtrees Dark (https://tinted-theming.github.io/tinted-gallery/#base16-brushtrees-dark)
Value: "BrushtreesDark"
Brushtrees
Section titled “Brushtrees”Brushtrees (https://tinted-theming.github.io/tinted-gallery/#base16-brushtrees)
Value: "Brushtrees"
Caroline
Section titled “Caroline”Caroline (https://tinted-theming.github.io/tinted-gallery/#base16-caroline)
Value: "Caroline"
CatppuccinFrappe
Section titled “CatppuccinFrappe”Catppuccin Frappe (https://tinted-theming.github.io/tinted-gallery/#base16-catppuccin-frappe)
Value: "CatppuccinFrappe"
CatppuccinLatte
Section titled “CatppuccinLatte”Catppuccin Latte (https://tinted-theming.github.io/tinted-gallery/#base16-catppuccin-latte)
Value: "CatppuccinLatte"
CatppuccinMacchiato
Section titled “CatppuccinMacchiato”Catppuccin Macchiato (https://tinted-theming.github.io/tinted-gallery/#base16-catppuccin-macchiato)
Value: "CatppuccinMacchiato"
CatppuccinMocha
Section titled “CatppuccinMocha”Catppuccin Mocha (https://tinted-theming.github.io/tinted-gallery/#base16-catppuccin-mocha)
Value: "CatppuccinMocha"
Chalk (https://tinted-theming.github.io/tinted-gallery/#base16-chalk)
Value: "Chalk"
Circus
Section titled “Circus”Circus (https://tinted-theming.github.io/tinted-gallery/#base16-circus)
Value: "Circus"
ClassicDark
Section titled “ClassicDark”Classic Dark (https://tinted-theming.github.io/tinted-gallery/#base16-classic-dark)
Value: "ClassicDark"
ClassicLight
Section titled “ClassicLight”Classic Light (https://tinted-theming.github.io/tinted-gallery/#base16-classic-light)
Value: "ClassicLight"
Codeschool
Section titled “Codeschool”Codeschool (https://tinted-theming.github.io/tinted-gallery/#base16-codeschool)
Value: "Codeschool"
Colors
Section titled “Colors”Colors (https://tinted-theming.github.io/tinted-gallery/#base16-colors)
Value: "Colors"
Cupcake
Section titled “Cupcake”Cupcake (https://tinted-theming.github.io/tinted-gallery/#base16-cupcake)
Value: "Cupcake"
Cupertino
Section titled “Cupertino”Cupertino (https://tinted-theming.github.io/tinted-gallery/#base16-cupertino)
Value: "Cupertino"
DaOneBlack
Section titled “DaOneBlack”Da One Black (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-black)
Value: "DaOneBlack"
DaOneGray
Section titled “DaOneGray”Da One Gray (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-gray)
Value: "DaOneGray"
DaOneOcean
Section titled “DaOneOcean”Da One Ocean (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-ocean)
Value: "DaOneOcean"
DaOnePaper
Section titled “DaOnePaper”Da One Paper (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-paper)
Value: "DaOnePaper"
DaOneSea
Section titled “DaOneSea”Da One Sea (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-sea)
Value: "DaOneSea"
DaOneWhite
Section titled “DaOneWhite”Da One White (https://tinted-theming.github.io/tinted-gallery/#base16-da-one-white)
Value: "DaOneWhite"
DanqingLight
Section titled “DanqingLight”Danqing Light (https://tinted-theming.github.io/tinted-gallery/#base16-danqing-light)
Value: "DanqingLight"
Danqing
Section titled “Danqing”Danqing (https://tinted-theming.github.io/tinted-gallery/#base16-danqing)
Value: "Danqing"
Darcula
Section titled “Darcula”Darcula (https://tinted-theming.github.io/tinted-gallery/#base16-darcula)
Value: "Darcula"
Darkmoss
Section titled “Darkmoss”Darkmoss (https://tinted-theming.github.io/tinted-gallery/#base16-darkmoss)
Value: "Darkmoss"
Darktooth
Section titled “Darktooth”Darktooth (https://tinted-theming.github.io/tinted-gallery/#base16-darktooth)
Value: "Darktooth"
Darkviolet
Section titled “Darkviolet”Darkviolet (https://tinted-theming.github.io/tinted-gallery/#base16-darkviolet)
Value: "Darkviolet"
Decaf (https://tinted-theming.github.io/tinted-gallery/#base16-decaf)
Value: "Decaf"
DefaultDark
Section titled “DefaultDark”Default Dark (https://tinted-theming.github.io/tinted-gallery/#base16-default-dark)
Value: "DefaultDark"
DefaultLight
Section titled “DefaultLight”Default Light (https://tinted-theming.github.io/tinted-gallery/#base16-default-light)
Value: "DefaultLight"
Dirtysea
Section titled “Dirtysea”Dirtysea (https://tinted-theming.github.io/tinted-gallery/#base16-dirtysea)
Value: "Dirtysea"
Dracula
Section titled “Dracula”Dracula (https://tinted-theming.github.io/tinted-gallery/#base16-dracula)
Value: "Dracula"
EdgeDark
Section titled “EdgeDark”Edge Dark (https://tinted-theming.github.io/tinted-gallery/#base16-edge-dark)
Value: "EdgeDark"
EdgeLight
Section titled “EdgeLight”Edge Light (https://tinted-theming.github.io/tinted-gallery/#base16-edge-light)
Value: "EdgeLight"
Eighties
Section titled “Eighties”Eighties (https://tinted-theming.github.io/tinted-gallery/#base16-eighties)
Value: "Eighties"
EmbersLight
Section titled “EmbersLight”Embers Light (https://tinted-theming.github.io/tinted-gallery/#base16-embers-light)
Value: "EmbersLight"
Embers
Section titled “Embers”Embers (https://tinted-theming.github.io/tinted-gallery/#base16-embers)
Value: "Embers"
Emil (https://tinted-theming.github.io/tinted-gallery/#base16-emil)
Value: "Emil"
EquilibriumDark
Section titled “EquilibriumDark”Equilibrium Dark (https://tinted-theming.github.io/tinted-gallery/#base16-equilibrium-dark)
Value: "EquilibriumDark"
EquilibriumGrayDark
Section titled “EquilibriumGrayDark”Equilibrium Gray Dark (https://tinted-theming.github.io/tinted-gallery/#base16-equilibrium-gray-dark)
Value: "EquilibriumGrayDark"
EquilibriumGrayLight
Section titled “EquilibriumGrayLight”Equilibrium Gray Light (https://tinted-theming.github.io/tinted-gallery/#base16-equilibrium-gray-light)
Value: "EquilibriumGrayLight"
EquilibriumLight
Section titled “EquilibriumLight”Equilibrium Light (https://tinted-theming.github.io/tinted-gallery/#base16-equilibrium-light)
Value: "EquilibriumLight"
Eris (https://tinted-theming.github.io/tinted-gallery/#base16-eris)
Value: "Eris"
Espresso
Section titled “Espresso”Espresso (https://tinted-theming.github.io/tinted-gallery/#base16-espresso)
Value: "Espresso"
EvaDim
Section titled “EvaDim”Eva Dim (https://tinted-theming.github.io/tinted-gallery/#base16-eva-dim)
Value: "EvaDim"
Eva (https://tinted-theming.github.io/tinted-gallery/#base16-eva)
Value: "Eva"
EvenokDark
Section titled “EvenokDark”Evenok Dark (https://tinted-theming.github.io/tinted-gallery/#base16-evenok-dark)
Value: "EvenokDark"
EverforestDarkHard
Section titled “EverforestDarkHard”Everforest Dark Hard (https://tinted-theming.github.io/tinted-gallery/#base16-everforest-dark-hard)
Value: "EverforestDarkHard"
Everforest
Section titled “Everforest”Everforest (https://tinted-theming.github.io/tinted-gallery/#base16-everforest)
Value: "Everforest"
Flat (https://tinted-theming.github.io/tinted-gallery/#base16-flat)
Value: "Flat"
Framer
Section titled “Framer”Framer (https://tinted-theming.github.io/tinted-gallery/#base16-framer)
Value: "Framer"
FruitSoda
Section titled “FruitSoda”Fruit Soda (https://tinted-theming.github.io/tinted-gallery/#base16-fruit-soda)
Value: "FruitSoda"
Gigavolt
Section titled “Gigavolt”Gigavolt (https://tinted-theming.github.io/tinted-gallery/#base16-gigavolt)
Value: "Gigavolt"
Github
Section titled “Github”Github (https://tinted-theming.github.io/tinted-gallery/#base16-github)
Value: "Github"
GoogleDark
Section titled “GoogleDark”Google Dark (https://tinted-theming.github.io/tinted-gallery/#base16-google-dark)
Value: "GoogleDark"
GoogleLight
Section titled “GoogleLight”Google Light (https://tinted-theming.github.io/tinted-gallery/#base16-google-light)
Value: "GoogleLight"
Gotham
Section titled “Gotham”Gotham (https://tinted-theming.github.io/tinted-gallery/#base16-gotham)
Value: "Gotham"
GrayscaleDark
Section titled “GrayscaleDark”Grayscale Dark (https://tinted-theming.github.io/tinted-gallery/#base16-grayscale-dark)
Value: "GrayscaleDark"
GrayscaleLight
Section titled “GrayscaleLight”Grayscale Light (https://tinted-theming.github.io/tinted-gallery/#base16-grayscale-light)
Value: "GrayscaleLight"
Greenscreen
Section titled “Greenscreen”Greenscreen (https://tinted-theming.github.io/tinted-gallery/#base16-greenscreen)
Value: "Greenscreen"
Gruber
Section titled “Gruber”Gruber (https://tinted-theming.github.io/tinted-gallery/#base16-gruber)
Value: "Gruber"
GruvboxDarkHard
Section titled “GruvboxDarkHard”Gruvbox Dark Hard (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-dark-hard)
Value: "GruvboxDarkHard"
GruvboxDarkMedium
Section titled “GruvboxDarkMedium”Gruvbox Dark Medium (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-dark-medium)
Value: "GruvboxDarkMedium"
GruvboxDarkPale
Section titled “GruvboxDarkPale”Gruvbox Dark Pale (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-dark-pale)
Value: "GruvboxDarkPale"
GruvboxDarkSoft
Section titled “GruvboxDarkSoft”Gruvbox Dark Soft (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-dark-soft)
Value: "GruvboxDarkSoft"
GruvboxLightHard
Section titled “GruvboxLightHard”Gruvbox Light Hard (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-light-hard)
Value: "GruvboxLightHard"
GruvboxLightMedium
Section titled “GruvboxLightMedium”Gruvbox Light Medium (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-light-medium)
Value: "GruvboxLightMedium"
GruvboxLightSoft
Section titled “GruvboxLightSoft”Gruvbox Light Soft (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-light-soft)
Value: "GruvboxLightSoft"
GruvboxMaterialDarkHard
Section titled “GruvboxMaterialDarkHard”Gruvbox Material Dark Hard (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-dark-hard)
Value: "GruvboxMaterialDarkHard"
GruvboxMaterialDarkMedium
Section titled “GruvboxMaterialDarkMedium”Gruvbox Material Dark Medium (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-dark-medium)
Value: "GruvboxMaterialDarkMedium"
GruvboxMaterialDarkSoft
Section titled “GruvboxMaterialDarkSoft”Gruvbox Material Dark Soft (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-dark-soft)
Value: "GruvboxMaterialDarkSoft"
GruvboxMaterialLightHard
Section titled “GruvboxMaterialLightHard”Gruvbox Material Light Hard (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-light-hard)
Value: "GruvboxMaterialLightHard"
GruvboxMaterialLightMedium
Section titled “GruvboxMaterialLightMedium”Gruvbox Material Light Medium (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-light-medium)
Value: "GruvboxMaterialLightMedium"
GruvboxMaterialLightSoft
Section titled “GruvboxMaterialLightSoft”Gruvbox Material Light Soft (https://tinted-theming.github.io/tinted-gallery/#base16-gruvbox-material-light-soft)
Value: "GruvboxMaterialLightSoft"
Hardcore
Section titled “Hardcore”Hardcore (https://tinted-theming.github.io/tinted-gallery/#base16-hardcore)
Value: "Hardcore"
Harmonic16Dark
Section titled “Harmonic16Dark”Harmonic16 Dark (https://tinted-theming.github.io/tinted-gallery/#base16-harmonic16-dark)
Value: "Harmonic16Dark"
Harmonic16Light
Section titled “Harmonic16Light”Harmonic16 Light (https://tinted-theming.github.io/tinted-gallery/#base16-harmonic16-light)
Value: "Harmonic16Light"
HeetchLight
Section titled “HeetchLight”Heetch Light (https://tinted-theming.github.io/tinted-gallery/#base16-heetch-light)
Value: "HeetchLight"
Heetch
Section titled “Heetch”Heetch (https://tinted-theming.github.io/tinted-gallery/#base16-heetch)
Value: "Heetch"
Helios
Section titled “Helios”Helios (https://tinted-theming.github.io/tinted-gallery/#base16-helios)
Value: "Helios"
Hopscotch
Section titled “Hopscotch”Hopscotch (https://tinted-theming.github.io/tinted-gallery/#base16-hopscotch)
Value: "Hopscotch"
HorizonDark
Section titled “HorizonDark”Horizon Dark (https://tinted-theming.github.io/tinted-gallery/#base16-horizon-dark)
Value: "HorizonDark"
HorizonLight
Section titled “HorizonLight”Horizon Light (https://tinted-theming.github.io/tinted-gallery/#base16-horizon-light)
Value: "HorizonLight"
HorizonTerminalDark
Section titled “HorizonTerminalDark”Horizon Terminal Dark (https://tinted-theming.github.io/tinted-gallery/#base16-horizon-terminal-dark)
Value: "HorizonTerminalDark"
HorizonTerminalLight
Section titled “HorizonTerminalLight”Horizon Terminal Light (https://tinted-theming.github.io/tinted-gallery/#base16-horizon-terminal-light)
Value: "HorizonTerminalLight"
HumanoidDark
Section titled “HumanoidDark”Humanoid Dark (https://tinted-theming.github.io/tinted-gallery/#base16-humanoid-dark)
Value: "HumanoidDark"
HumanoidLight
Section titled “HumanoidLight”Humanoid Light (https://tinted-theming.github.io/tinted-gallery/#base16-humanoid-light)
Value: "HumanoidLight"
IaDark
Section titled “IaDark”Ia Dark (https://tinted-theming.github.io/tinted-gallery/#base16-ia-dark)
Value: "IaDark"
IaLight
Section titled “IaLight”Ia Light (https://tinted-theming.github.io/tinted-gallery/#base16-ia-light)
Value: "IaLight"
Icy (https://tinted-theming.github.io/tinted-gallery/#base16-icy)
Value: "Icy"
Irblack
Section titled “Irblack”Irblack (https://tinted-theming.github.io/tinted-gallery/#base16-irblack)
Value: "Irblack"
Isotope
Section titled “Isotope”Isotope (https://tinted-theming.github.io/tinted-gallery/#base16-isotope)
Value: "Isotope"
Jabuti
Section titled “Jabuti”Jabuti (https://tinted-theming.github.io/tinted-gallery/#base16-jabuti)
Value: "Jabuti"
Kanagawa
Section titled “Kanagawa”Kanagawa (https://tinted-theming.github.io/tinted-gallery/#base16-kanagawa)
Value: "Kanagawa"
Katy (https://tinted-theming.github.io/tinted-gallery/#base16-katy)
Value: "Katy"
Kimber
Section titled “Kimber”Kimber (https://tinted-theming.github.io/tinted-gallery/#base16-kimber)
Value: "Kimber"
Lime (https://tinted-theming.github.io/tinted-gallery/#base16-lime)
Value: "Lime"
Macintosh
Section titled “Macintosh”Macintosh (https://tinted-theming.github.io/tinted-gallery/#base16-macintosh)
Value: "Macintosh"
Marrakesh
Section titled “Marrakesh”Marrakesh (https://tinted-theming.github.io/tinted-gallery/#base16-marrakesh)
Value: "Marrakesh"
Materia
Section titled “Materia”Materia (https://tinted-theming.github.io/tinted-gallery/#base16-materia)
Value: "Materia"
MaterialDarker
Section titled “MaterialDarker”Material Darker (https://tinted-theming.github.io/tinted-gallery/#base16-material-darker)
Value: "MaterialDarker"
MaterialLighter
Section titled “MaterialLighter”Material Lighter (https://tinted-theming.github.io/tinted-gallery/#base16-material-lighter)
Value: "MaterialLighter"
MaterialPalenight
Section titled “MaterialPalenight”Material Palenight (https://tinted-theming.github.io/tinted-gallery/#base16-material-palenight)
Value: "MaterialPalenight"
MaterialVivid
Section titled “MaterialVivid”Material Vivid (https://tinted-theming.github.io/tinted-gallery/#base16-material-vivid)
Value: "MaterialVivid"
Material
Section titled “Material”Material (https://tinted-theming.github.io/tinted-gallery/#base16-material)
Value: "Material"
MeasuredDark
Section titled “MeasuredDark”Measured Dark (https://tinted-theming.github.io/tinted-gallery/#base16-measured-dark)
Value: "MeasuredDark"
MeasuredLight
Section titled “MeasuredLight”Measured Light (https://tinted-theming.github.io/tinted-gallery/#base16-measured-light)
Value: "MeasuredLight"
MellowPurple
Section titled “MellowPurple”Mellow Purple (https://tinted-theming.github.io/tinted-gallery/#base16-mellow-purple)
Value: "MellowPurple"
MexicoLight
Section titled “MexicoLight”Mexico Light (https://tinted-theming.github.io/tinted-gallery/#base16-mexico-light)
Value: "MexicoLight"
Mocha (https://tinted-theming.github.io/tinted-gallery/#base16-mocha)
Value: "Mocha"
Monokai
Section titled “Monokai”Monokai (https://tinted-theming.github.io/tinted-gallery/#base16-monokai)
Value: "Monokai"
Moonlight
Section titled “Moonlight”Moonlight (https://tinted-theming.github.io/tinted-gallery/#base16-moonlight)
Value: "Moonlight"
Mountain
Section titled “Mountain”Mountain (https://tinted-theming.github.io/tinted-gallery/#base16-mountain)
Value: "Mountain"
Nebula
Section titled “Nebula”Nebula (https://tinted-theming.github.io/tinted-gallery/#base16-nebula)
Value: "Nebula"
NordLight
Section titled “NordLight”Nord Light (https://tinted-theming.github.io/tinted-gallery/#base16-nord-light)
Value: "NordLight"
Nord (https://tinted-theming.github.io/tinted-gallery/#base16-nord)
Value: "Nord"
Nova (https://tinted-theming.github.io/tinted-gallery/#base16-nova)
Value: "Nova"
Ocean (https://tinted-theming.github.io/tinted-gallery/#base16-ocean)
Value: "Ocean"
Oceanicnext
Section titled “Oceanicnext”Oceanicnext (https://tinted-theming.github.io/tinted-gallery/#base16-oceanicnext)
Value: "Oceanicnext"
OneLight
Section titled “OneLight”One Light (https://tinted-theming.github.io/tinted-gallery/#base16-one-light)
Value: "OneLight"
OnedarkDark
Section titled “OnedarkDark”Onedark Dark (https://tinted-theming.github.io/tinted-gallery/#base16-onedark-dark)
Value: "OnedarkDark"
Onedark
Section titled “Onedark”Onedark (https://tinted-theming.github.io/tinted-gallery/#base16-onedark)
Value: "Onedark"
OutrunDark
Section titled “OutrunDark”Outrun Dark (https://tinted-theming.github.io/tinted-gallery/#base16-outrun-dark)
Value: "OutrunDark"
OxocarbonDark
Section titled “OxocarbonDark”Oxocarbon Dark (https://tinted-theming.github.io/tinted-gallery/#base16-oxocarbon-dark)
Value: "OxocarbonDark"
OxocarbonLight
Section titled “OxocarbonLight”Oxocarbon Light (https://tinted-theming.github.io/tinted-gallery/#base16-oxocarbon-light)
Value: "OxocarbonLight"
Pandora
Section titled “Pandora”Pandora (https://tinted-theming.github.io/tinted-gallery/#base16-pandora)
Value: "Pandora"
PapercolorDark
Section titled “PapercolorDark”Papercolor Dark (https://tinted-theming.github.io/tinted-gallery/#base16-papercolor-dark)
Value: "PapercolorDark"
PapercolorLight
Section titled “PapercolorLight”Papercolor Light (https://tinted-theming.github.io/tinted-gallery/#base16-papercolor-light)
Value: "PapercolorLight"
Paraiso
Section titled “Paraiso”Paraiso (https://tinted-theming.github.io/tinted-gallery/#base16-paraiso)
Value: "Paraiso"
Pasque
Section titled “Pasque”Pasque (https://tinted-theming.github.io/tinted-gallery/#base16-pasque)
Value: "Pasque"
Phd (https://tinted-theming.github.io/tinted-gallery/#base16-phd)
Value: "Phd"
Pico (https://tinted-theming.github.io/tinted-gallery/#base16-pico)
Value: "Pico"
Pinky (https://tinted-theming.github.io/tinted-gallery/#base16-pinky)
Value: "Pinky"
Pop (https://tinted-theming.github.io/tinted-gallery/#base16-pop)
Value: "Pop"
Porple
Section titled “Porple”Porple (https://tinted-theming.github.io/tinted-gallery/#base16-porple)
Value: "Porple"
PreciousDarkEleven
Section titled “PreciousDarkEleven”Precious Dark Eleven (https://tinted-theming.github.io/tinted-gallery/#base16-precious-dark-eleven)
Value: "PreciousDarkEleven"
PreciousDarkFifteen
Section titled “PreciousDarkFifteen”Precious Dark Fifteen (https://tinted-theming.github.io/tinted-gallery/#base16-precious-dark-fifteen)
Value: "PreciousDarkFifteen"
PreciousLightWarm
Section titled “PreciousLightWarm”Precious Light Warm (https://tinted-theming.github.io/tinted-gallery/#base16-precious-light-warm)
Value: "PreciousLightWarm"
PreciousLightWhite
Section titled “PreciousLightWhite”Precious Light White (https://tinted-theming.github.io/tinted-gallery/#base16-precious-light-white)
Value: "PreciousLightWhite"
PrimerDarkDimmed
Section titled “PrimerDarkDimmed”Primer Dark Dimmed (https://tinted-theming.github.io/tinted-gallery/#base16-primer-dark-dimmed)
Value: "PrimerDarkDimmed"
PrimerDark
Section titled “PrimerDark”Primer Dark (https://tinted-theming.github.io/tinted-gallery/#base16-primer-dark)
Value: "PrimerDark"
PrimerLight
Section titled “PrimerLight”Primer Light (https://tinted-theming.github.io/tinted-gallery/#base16-primer-light)
Value: "PrimerLight"
Purpledream
Section titled “Purpledream”Purpledream (https://tinted-theming.github.io/tinted-gallery/#base16-purpledream)
Value: "Purpledream"
Qualia
Section titled “Qualia”Qualia (https://tinted-theming.github.io/tinted-gallery/#base16-qualia)
Value: "Qualia"
Railscasts
Section titled “Railscasts”Railscasts (https://tinted-theming.github.io/tinted-gallery/#base16-railscasts)
Value: "Railscasts"
Rebecca
Section titled “Rebecca”Rebecca (https://tinted-theming.github.io/tinted-gallery/#base16-rebecca)
Value: "Rebecca"
RosePineDawn
Section titled “RosePineDawn”Rose Pine Dawn (https://tinted-theming.github.io/tinted-gallery/#base16-rose-pine-dawn)
Value: "RosePineDawn"
RosePineMoon
Section titled “RosePineMoon”Rose Pine Moon (https://tinted-theming.github.io/tinted-gallery/#base16-rose-pine-moon)
Value: "RosePineMoon"
RosePine
Section titled “RosePine”Rose Pine (https://tinted-theming.github.io/tinted-gallery/#base16-rose-pine)
Value: "RosePine"
Saga (https://tinted-theming.github.io/tinted-gallery/#base16-saga)
Value: "Saga"
Sagelight
Section titled “Sagelight”Sagelight (https://tinted-theming.github.io/tinted-gallery/#base16-sagelight)
Value: "Sagelight"
Sakura
Section titled “Sakura”Sakura (https://tinted-theming.github.io/tinted-gallery/#base16-sakura)
Value: "Sakura"
Sandcastle
Section titled “Sandcastle”Sandcastle (https://tinted-theming.github.io/tinted-gallery/#base16-sandcastle)
Value: "Sandcastle"
SelenizedBlack
Section titled “SelenizedBlack”Selenized Black (https://tinted-theming.github.io/tinted-gallery/#base16-selenized-black)
Value: "SelenizedBlack"
SelenizedDark
Section titled “SelenizedDark”Selenized Dark (https://tinted-theming.github.io/tinted-gallery/#base16-selenized-dark)
Value: "SelenizedDark"
SelenizedLight
Section titled “SelenizedLight”Selenized Light (https://tinted-theming.github.io/tinted-gallery/#base16-selenized-light)
Value: "SelenizedLight"
SelenizedWhite
Section titled “SelenizedWhite”Selenized White (https://tinted-theming.github.io/tinted-gallery/#base16-selenized-white)
Value: "SelenizedWhite"
Seti (https://tinted-theming.github.io/tinted-gallery/#base16-seti)
Value: "Seti"
ShadesOfPurple
Section titled “ShadesOfPurple”Shades Of Purple (https://tinted-theming.github.io/tinted-gallery/#base16-shades-of-purple)
Value: "ShadesOfPurple"
ShadesmearDark
Section titled “ShadesmearDark”Shadesmear Dark (https://tinted-theming.github.io/tinted-gallery/#base16-shadesmear-dark)
Value: "ShadesmearDark"
ShadesmearLight
Section titled “ShadesmearLight”Shadesmear Light (https://tinted-theming.github.io/tinted-gallery/#base16-shadesmear-light)
Value: "ShadesmearLight"
Shapeshifter
Section titled “Shapeshifter”Shapeshifter (https://tinted-theming.github.io/tinted-gallery/#base16-shapeshifter)
Value: "Shapeshifter"
SilkDark
Section titled “SilkDark”Silk Dark (https://tinted-theming.github.io/tinted-gallery/#base16-silk-dark)
Value: "SilkDark"
SilkLight
Section titled “SilkLight”Silk Light (https://tinted-theming.github.io/tinted-gallery/#base16-silk-light)
Value: "SilkLight"
Snazzy
Section titled “Snazzy”Snazzy (https://tinted-theming.github.io/tinted-gallery/#base16-snazzy)
Value: "Snazzy"
SolarflareLight
Section titled “SolarflareLight”Solarflare Light (https://tinted-theming.github.io/tinted-gallery/#base16-solarflare-light)
Value: "SolarflareLight"
Solarflare
Section titled “Solarflare”Solarflare (https://tinted-theming.github.io/tinted-gallery/#base16-solarflare)
Value: "Solarflare"
SolarizedDark
Section titled “SolarizedDark”Solarized Dark (https://tinted-theming.github.io/tinted-gallery/#base16-solarized-dark)
Value: "SolarizedDark"
SolarizedLight
Section titled “SolarizedLight”Solarized Light (https://tinted-theming.github.io/tinted-gallery/#base16-solarized-light)
Value: "SolarizedLight"
Spaceduck
Section titled “Spaceduck”Spaceduck (https://tinted-theming.github.io/tinted-gallery/#base16-spaceduck)
Value: "Spaceduck"
Spacemacs
Section titled “Spacemacs”Spacemacs (https://tinted-theming.github.io/tinted-gallery/#base16-spacemacs)
Value: "Spacemacs"
Sparky
Section titled “Sparky”Sparky (https://tinted-theming.github.io/tinted-gallery/#base16-sparky)
Value: "Sparky"
StandardizedDark
Section titled “StandardizedDark”Standardized Dark (https://tinted-theming.github.io/tinted-gallery/#base16-standardized-dark)
Value: "StandardizedDark"
StandardizedLight
Section titled “StandardizedLight”Standardized Light (https://tinted-theming.github.io/tinted-gallery/#base16-standardized-light)
Value: "StandardizedLight"
Stella
Section titled “Stella”Stella (https://tinted-theming.github.io/tinted-gallery/#base16-stella)
Value: "Stella"
StillAlive
Section titled “StillAlive”Still Alive (https://tinted-theming.github.io/tinted-gallery/#base16-still-alive)
Value: "StillAlive"
Summercamp
Section titled “Summercamp”Summercamp (https://tinted-theming.github.io/tinted-gallery/#base16-summercamp)
Value: "Summercamp"
SummerfruitDark
Section titled “SummerfruitDark”Summerfruit Dark (https://tinted-theming.github.io/tinted-gallery/#base16-summerfruit-dark)
Value: "SummerfruitDark"
SummerfruitLight
Section titled “SummerfruitLight”Summerfruit Light (https://tinted-theming.github.io/tinted-gallery/#base16-summerfruit-light)
Value: "SummerfruitLight"
SynthMidnightDark
Section titled “SynthMidnightDark”Synth Midnight Dark (https://tinted-theming.github.io/tinted-gallery/#base16-synth-midnight-dark)
Value: "SynthMidnightDark"
SynthMidnightLight
Section titled “SynthMidnightLight”Synth Midnight Light (https://tinted-theming.github.io/tinted-gallery/#base16-synth-midnight-light)
Value: "SynthMidnightLight"
Tango (https://tinted-theming.github.io/tinted-gallery/#base16-tango)
Value: "Tango"
Tarot (https://tinted-theming.github.io/tinted-gallery/#base16-tarot)
Value: "Tarot"
Tender
Section titled “Tender”Tender (https://tinted-theming.github.io/tinted-gallery/#base16-tender)
Value: "Tender"
TerracottaDark
Section titled “TerracottaDark”Terracotta Dark (https://tinted-theming.github.io/tinted-gallery/#base16-terracotta-dark)
Value: "TerracottaDark"
Terracotta
Section titled “Terracotta”Terracotta (https://tinted-theming.github.io/tinted-gallery/#base16-terracotta)
Value: "Terracotta"
TokyoCityDark
Section titled “TokyoCityDark”Tokyo City Dark (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-city-dark)
Value: "TokyoCityDark"
TokyoCityLight
Section titled “TokyoCityLight”Tokyo City Light (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-city-light)
Value: "TokyoCityLight"
TokyoCityTerminalDark
Section titled “TokyoCityTerminalDark”Tokyo City Terminal Dark (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-city-terminal-dark)
Value: "TokyoCityTerminalDark"
TokyoCityTerminalLight
Section titled “TokyoCityTerminalLight”Tokyo City Terminal Light (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-city-terminal-light)
Value: "TokyoCityTerminalLight"
TokyoNightDark
Section titled “TokyoNightDark”Tokyo Night Dark (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-dark)
Value: "TokyoNightDark"
TokyoNightLight
Section titled “TokyoNightLight”Tokyo Night Light (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-light)
Value: "TokyoNightLight"
TokyoNightMoon
Section titled “TokyoNightMoon”Tokyo Night Moon (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-moon)
Value: "TokyoNightMoon"
TokyoNightStorm
Section titled “TokyoNightStorm”Tokyo Night Storm (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-storm)
Value: "TokyoNightStorm"
TokyoNightTerminalDark
Section titled “TokyoNightTerminalDark”Tokyo Night Terminal Dark (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-terminal-dark)
Value: "TokyoNightTerminalDark"
TokyoNightTerminalLight
Section titled “TokyoNightTerminalLight”Tokyo Night Terminal Light (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-terminal-light)
Value: "TokyoNightTerminalLight"
TokyoNightTerminalStorm
Section titled “TokyoNightTerminalStorm”Tokyo Night Terminal Storm (https://tinted-theming.github.io/tinted-gallery/#base16-tokyo-night-terminal-storm)
Value: "TokyoNightTerminalStorm"
TokyodarkTerminal
Section titled “TokyodarkTerminal”Tokyodark Terminal (https://tinted-theming.github.io/tinted-gallery/#base16-tokyodark-terminal)
Value: "TokyodarkTerminal"
Tokyodark
Section titled “Tokyodark”Tokyodark (https://tinted-theming.github.io/tinted-gallery/#base16-tokyodark)
Value: "Tokyodark"
TomorrowNightEighties
Section titled “TomorrowNightEighties”Tomorrow Night Eighties (https://tinted-theming.github.io/tinted-gallery/#base16-tomorrow-night-eighties)
Value: "TomorrowNightEighties"
TomorrowNight
Section titled “TomorrowNight”Tomorrow Night (https://tinted-theming.github.io/tinted-gallery/#base16-tomorrow-night)
Value: "TomorrowNight"
Tomorrow
Section titled “Tomorrow”Tomorrow (https://tinted-theming.github.io/tinted-gallery/#base16-tomorrow)
Value: "Tomorrow"
Tube (https://tinted-theming.github.io/tinted-gallery/#base16-tube)
Value: "Tube"
Twilight
Section titled “Twilight”Twilight (https://tinted-theming.github.io/tinted-gallery/#base16-twilight)
Value: "Twilight"
UnikittyDark
Section titled “UnikittyDark”Unikitty Dark (https://tinted-theming.github.io/tinted-gallery/#base16-unikitty-dark)
Value: "UnikittyDark"
UnikittyLight
Section titled “UnikittyLight”Unikitty Light (https://tinted-theming.github.io/tinted-gallery/#base16-unikitty-light)
Value: "UnikittyLight"
UnikittyReversible
Section titled “UnikittyReversible”Unikitty Reversible (https://tinted-theming.github.io/tinted-gallery/#base16-unikitty-reversible)
Value: "UnikittyReversible"
Uwunicorn
Section titled “Uwunicorn”Uwunicorn (https://tinted-theming.github.io/tinted-gallery/#base16-uwunicorn)
Value: "Uwunicorn"
Vesper
Section titled “Vesper”Vesper (https://tinted-theming.github.io/tinted-gallery/#base16-vesper)
Value: "Vesper"
Vice (https://tinted-theming.github.io/tinted-gallery/#base16-vice)
Value: "Vice"
Vulcan
Section titled “Vulcan”Vulcan (https://tinted-theming.github.io/tinted-gallery/#base16-vulcan)
Value: "Vulcan"
Windows10Light
Section titled “Windows10Light”Windows 10 Light (https://tinted-theming.github.io/tinted-gallery/#base16-windows-10-light)
Value: "Windows10Light"
Windows10
Section titled “Windows10”Windows 10 (https://tinted-theming.github.io/tinted-gallery/#base16-windows-10)
Value: "Windows10"
Windows95Light
Section titled “Windows95Light”Windows 95 Light (https://tinted-theming.github.io/tinted-gallery/#base16-windows-95-light)
Value: "Windows95Light"
Windows95
Section titled “Windows95”Windows 95 (https://tinted-theming.github.io/tinted-gallery/#base16-windows-95)
Value: "Windows95"
WindowsHighcontrastLight
Section titled “WindowsHighcontrastLight”Windows Highcontrast Light (https://tinted-theming.github.io/tinted-gallery/#base16-windows-highcontrast-light)
Value: "WindowsHighcontrastLight"
WindowsHighcontrast
Section titled “WindowsHighcontrast”Windows Highcontrast (https://tinted-theming.github.io/tinted-gallery/#base16-windows-highcontrast)
Value: "WindowsHighcontrast"
WindowsNtLight
Section titled “WindowsNtLight”Windows Nt Light (https://tinted-theming.github.io/tinted-gallery/#base16-windows-nt-light)
Value: "WindowsNtLight"
WindowsNt
Section titled “WindowsNt”Windows Nt (https://tinted-theming.github.io/tinted-gallery/#base16-windows-nt)
Value: "WindowsNt"
Woodland
Section titled “Woodland”Woodland (https://tinted-theming.github.io/tinted-gallery/#base16-woodland)
Value: "Woodland"
XcodeDusk
Section titled “XcodeDusk”Xcode Dusk (https://tinted-theming.github.io/tinted-gallery/#base16-xcode-dusk)
Value: "XcodeDusk"
Zenbones
Section titled “Zenbones”Zenbones (https://tinted-theming.github.io/tinted-gallery/#base16-zenbones)
Value: "Zenbones"
Zenburn
Section titled “Zenburn”Zenburn (https://tinted-theming.github.io/tinted-gallery/#base16-zenburn)
Value: "Zenburn"
Usages
Section titled “Usages”Configuration:
Referenced by:
Base16ColourPalette
Section titled “Base16ColourPalette”Base16 colour palette: https://github.com/chriskempson/base16
Properties (16)
base_00
Section titled “base_00”required Colour
Base00
base_01
Section titled “base_01”required Colour
Base01
base_02
Section titled “base_02”required Colour
Base02
base_03
Section titled “base_03”required Colour
Base03
base_04
Section titled “base_04”required Colour
Base04
base_05
Section titled “base_05”required Colour
Base05
base_06
Section titled “base_06”required Colour
Base06
base_07
Section titled “base_07”required Colour
Base07
base_08
Section titled “base_08”required Colour
Base08
base_09
Section titled “base_09”required Colour
Base09
base_0a
Section titled “base_0a”required Colour
Base0A
base_0b
Section titled “base_0b”required Colour
Base0B
base_0c
Section titled “base_0c”required Colour
Base0C
base_0d
Section titled “base_0d”required Colour
Base0D
base_0e
Section titled “base_0e”required Colour
Base0E
base_0f
Section titled “base_0f”required Colour
Base0F
Usages
Section titled “Usages”Configuration:
Referenced by:
Base16Value
Section titled “Base16Value”Base16 value
Enum variants (16)
Base00
Section titled “Base00”Base00
Value: "Base00"
Base01
Section titled “Base01”Base01
Value: "Base01"
Base02
Section titled “Base02”Base02
Value: "Base02"
Base03
Section titled “Base03”Base03
Value: "Base03"
Base04
Section titled “Base04”Base04
Value: "Base04"
Base05
Section titled “Base05”Base05
Value: "Base05"
Base06
Section titled “Base06”Base06
Value: "Base06"
Base07
Section titled “Base07”Base07
Value: "Base07"
Base08
Section titled “Base08”Base08
Value: "Base08"
Base09
Section titled “Base09”Base09
Value: "Base09"
Base0A
Section titled “Base0A”Base0A
Value: "Base0A"
Base0B
Section titled “Base0B”Base0B
Value: "Base0B"
Base0C
Section titled “Base0C”Base0C
Value: "Base0C"
Base0D
Section titled “Base0D”Base0D
Value: "Base0D"
Base0E
Section titled “Base0E”Base0E
Value: "Base0E"
Base0F
Section titled “Base0F”Base0F
Value: "Base0F"
Usages
Section titled “Usages”Configuration:
.theme.accent.theme.accent.theme.auto_select_fill.theme.auto_select_fill.theme.auto_select_text.theme.auto_select_text
Referenced by:
BatteryConfig
Section titled “BatteryConfig”Battery widget configuration
Properties (5)
enable
Section titled “enable”required boolean
Enable the Battery widget
auto_select_under
Section titled “auto_select_under”optional integer
Select when the current percentage is under this value [[1-100]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in seconds
- Format:
uint64 - Minimum: 0
Default: 10
hide_on_full_charge
Section titled “hide_on_full_charge”optional boolean
Hide the widget if the battery is at full charge
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
Usages
Section titled “Usages”Configuration:
Referenced by:
Catppuccin
Section titled “Catppuccin”Catppuccin palette
Enum variants (4)
Frappe
Section titled “Frappe”Frappe (https://catppuccin.com/palette#flavor-frappe)
Value: "Frappe"
Latte (https://catppuccin.com/palette#flavor-latte)
Value: "Latte"
Macchiato
Section titled “Macchiato”Macchiato (https://catppuccin.com/palette#flavor-macchiato)
Value: "Macchiato"
Mocha (https://catppuccin.com/palette#flavor-mocha)
Value: "Mocha"
Usages
Section titled “Usages”Configuration:
Referenced by:
CatppuccinValue
Section titled “CatppuccinValue”Catppuccin Value
Enum variants (26)
Rosewater
Section titled “Rosewater”Rosewater
Value: "Rosewater"
Flamingo
Section titled “Flamingo”Flamingo
Value: "Flamingo"
Pink
Value: "Pink"
Mauve
Value: "Mauve"
Red
Value: "Red"
Maroon
Section titled “Maroon”Maroon
Value: "Maroon"
Peach
Value: "Peach"
Yellow
Section titled “Yellow”Yellow
Value: "Yellow"
Green
Value: "Green"
Teal
Value: "Teal"
Sky
Value: "Sky"
Sapphire
Section titled “Sapphire”Sapphire
Value: "Sapphire"
Blue
Value: "Blue"
Lavender
Section titled “Lavender”Lavender
Value: "Lavender"
Text
Value: "Text"
Subtext1
Section titled “Subtext1”Subtext1
Value: "Subtext1"
Subtext0
Section titled “Subtext0”Subtext0
Value: "Subtext0"
Overlay2
Section titled “Overlay2”Overlay2
Value: "Overlay2"
Overlay1
Section titled “Overlay1”Overlay1
Value: "Overlay1"
Overlay0
Section titled “Overlay0”Overlay0
Value: "Overlay0"
Surface2
Section titled “Surface2”Surface2
Value: "Surface2"
Surface1
Section titled “Surface1”Surface1
Value: "Surface1"
Surface0
Section titled “Surface0”Surface0
Value: "Surface0"
Base
Value: "Base"
Mantle
Section titled “Mantle”Mantle
Value: "Mantle"
Crust
Value: "Crust"
Usages
Section titled “Usages”Configuration:
Referenced by:
Colour
Section titled “Colour”Colour representation
Usages
Section titled “Usages”Configuration:
.theme.colours.base_00.theme.colours.base_01.theme.colours.base_02.theme.colours.base_03.theme.colours.base_04.theme.colours.base_05.theme.colours.base_06.theme.colours.base_07.theme.colours.base_08.theme.colours.base_09.theme.colours.base_0a.theme.colours.base_0b.theme.colours.base_0c.theme.colours.base_0d.theme.colours.base_0e.theme.colours.base_0f
Referenced by:
CpuConfig
Section titled “CpuConfig”CPU widget configuration
Properties (4)
enable
Section titled “enable”required boolean
Enable the Cpu widget
auto_select_over
Section titled “auto_select_over”optional integer
Select when the current percentage is over this value [[1-100]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in seconds
- Format:
uint64 - Minimum: 0
Default: 10
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
Usages
Section titled “Usages”Configuration:
Referenced by:
CustomModifiers
Section titled “CustomModifiers”Custom format with additive modifiers for integer format specifiers
Properties (2)
format
Section titled “format”required string
Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
modifiers
Section titled “modifiers”required object
Additive modifiers for integer format specifiers (e.g. { “%U”: 1 } to increment the zero-indexed week number by 1)
Additional Properties
integer
- Format:
int32
Usages
Section titled “Usages”Configuration:
.center_widgets[].Date.format.CustomModifiers.left_widgets[].Date.format.CustomModifiers.right_widgets[].Date.format.CustomModifiers
Referenced by:
DateConfig
Section titled “DateConfig”Date widget configuration
Properties (4)
enable
Section titled “enable”required boolean
Enable the Date widget
format
Section titled “format”required DateFormat
Set the Date format
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
timezone
Section titled “timezone”optional string
TimeZone (https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html)
Use a custom format to display additional information, i.e.:
{ "Date": { "enable": true, "format": { "Custom": "%D %Z (Tokyo)" }, "timezone": "Asia/Tokyo" }}Usages
Section titled “Usages”Configuration:
Referenced by:
DateFormat
Section titled “DateFormat”Date widget format
Enum variants (6)
MonthDateYear
Section titled “MonthDateYear”Month/Date/Year format (09/08/24)
Value: "MonthDateYear"
YearMonthDate
Section titled “YearMonthDate”Year-Month-Date format (2024-09-08)
Value: "YearMonthDate"
DateMonthYear
Section titled “DateMonthYear”Date-Month-Year format (8-Sep-2024)
Value: "DateMonthYear"
DayDateMonthYear
Section titled “DayDateMonthYear”Day Date Month Year format (8 September 2024)
Value: "DayDateMonthYear"
Custom
Section titled “Custom”Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
Value: Custom → string
CustomModifiers
Section titled “CustomModifiers”Custom format with modifiers
Value: CustomModifiers → CustomModifiers
Usages
Section titled “Usages”Configuration:
Referenced by:
DefaultLayout
Section titled “DefaultLayout”A predefined komorebi layout
Enum variants (9)
BSP Layout
+-------+-----+| | || +--+--+| | |--|+-------+--+--+Value: "BSP"
Columns
Section titled “Columns”Columns Layout
+--+--+--+--+| | | | || | | | || | | | |+--+--+--+--+Value: "Columns"
Rows Layout
+-----------+|-----------||-----------||-----------|+-----------+Value: "Rows"
VerticalStack
Section titled “VerticalStack”Vertical Stack Layout
+-------+-----+| | || +-----+| | |+-------+-----+Value: "VerticalStack"
HorizontalStack
Section titled “HorizontalStack”Horizontal Stack Layout
+------+------+| ||------+------+| | |+------+------+Value: "HorizontalStack"
UltrawideVerticalStack
Section titled “UltrawideVerticalStack”Ultrawide Vertical Stack Layout
+-----+-----------+-----+| | | || | +-----+| | | || | +-----+| | | |+-----+-----------+-----+Value: "UltrawideVerticalStack"
Grid Layout
+-----+-----+ +---+---+---+ +---+---+---+ +---+---+---+| | | | | | | | | | | | | | || | | | | | | | | | | | | +---++-----+-----+ | +---+---+ +---+---+---+ +---+---| || | | | | | | | | | | | | +---+| | | | | | | | | | | | | | |+-----+-----+ +---+---+---+ +---+---+---+ +---+---+---+ 4 windows 5 windows 6 windows 7 windowsValue: "Grid"
RightMainVerticalStack
Section titled “RightMainVerticalStack”Right Main Vertical Stack Layout
+-----+-------+| | |+-----+ || | |+-----+-------+Value: "RightMainVerticalStack"
Scrolling
Section titled “Scrolling”Scrolling Layout
+--+--+--+--+--+--+| | | || | | || | | |+--+--+--+--+--+--+Value: "Scrolling"
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.layout.options[].Default.left_widgets[].Komorebi.layout.options[].Default.right_widgets[].Komorebi.layout.options[].Default
Referenced by:
DisplayFormat
Section titled “DisplayFormat”Display format
Enum variants (5)
Show only icon
Value: "Icon"
Show only text
Value: "Text"
TextAndIconOnSelected
Section titled “TextAndIconOnSelected”Show an icon and text for the selected element, and text on the rest
Value: "TextAndIconOnSelected"
IconAndText
Section titled “IconAndText”Show both icon and text
Value: "IconAndText"
IconAndTextOnSelected
Section titled “IconAndTextOnSelected”Show an icon and text for the selected element, and icons on the rest
Value: "IconAndTextOnSelected"
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.focused_container.display.center_widgets[].Komorebi.layout.display.center_widgets[].Komorebi.locked_container.display.center_widgets[].Komorebi.workspace_layer.display.center_widgets[].Komorebi.workspaces.display.left_widgets[].Komorebi.focused_container.display.left_widgets[].Komorebi.layout.display.left_widgets[].Komorebi.locked_container.display.left_widgets[].Komorebi.workspace_layer.display.left_widgets[].Komorebi.workspaces.display.right_widgets[].Komorebi.focused_container.display.right_widgets[].Komorebi.layout.display.right_widgets[].Komorebi.locked_container.display.right_widgets[].Komorebi.workspace_layer.display.right_widgets[].Komorebi.workspaces.display
Referenced by:
KomorebiFocusedContainerConfigKomorebiLayoutConfigKomorebiLockedContainerConfigKomorebiWorkspaceLayerConfigWorkspacesDisplayFormat
FrameConfig
Section titled “FrameConfig”Frame configuration
Properties (1)
inner_margin
Section titled “inner_margin”required Position
Margin inside the painted frame
Usages
Section titled “Usages”Configuration:
GroupedSpacingConfig
Section titled “GroupedSpacingConfig”Grouped vertical and horizontal spacing
Properties (2)
horizontal
Section titled “horizontal”optional GroupedSpacingOptions
Horizontal grouped spacing
vertical
Section titled “vertical”optional GroupedSpacingOptions
Vertical grouped spacing
Usages
Section titled “Usages”Configuration:
Referenced by:
GroupedSpacingOptions
Section titled “GroupedSpacingOptions”Grouped spacing options
Enum variants (2)
Number
Section titled “Number”Symmetrical grouped spacing
Value: number
- Format:
float
Split grouped spacing
Value: array [float; 2]
Usages
Section titled “Usages”Configuration:
Referenced by:
Grouping
Section titled “Grouping”Grouping
Enum variants (4)
No grouping is applied
Value: object
Widgets are grouped as a whole
Value: GroupingConfig
Alignment
Section titled “Alignment”Widgets are grouped by alignment
Value: GroupingConfig
Widget
Section titled “Widget”Widgets are grouped individually
Value: GroupingConfig
Usages
Section titled “Usages”Configuration:
GroupingConfig
Section titled “GroupingConfig”Grouping configuration
Properties (3)
rounding
Section titled “rounding”optional RoundingConfig
Rounding values for the 4 corners. Can be a single or 4 values.
optional GroupingStyle
Styles for the grouping
transparency_alpha
Section titled “transparency_alpha”optional integer
Alpha value for the color transparency [[0-255]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
Default: 200
Usages
Section titled “Usages”Configuration:
Referenced by:
GroupingStyle
Section titled “GroupingStyle”Grouping Style
Enum variants (7)
Default
Section titled “Default”Default
Value: "Default"
DefaultWithShadowB4O1S3
Section titled “DefaultWithShadowB4O1S3”A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)
Value: "DefaultWithShadowB4O1S3"
DefaultWithShadowB4O0S3
Section titled “DefaultWithShadowB4O0S3”A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)
Value: "DefaultWithShadowB4O0S3"
DefaultWithShadowB0O1S3
Section titled “DefaultWithShadowB0O1S3”A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)
Value: "DefaultWithShadowB0O1S3"
DefaultWithGlowB3O1S2
Section titled “DefaultWithGlowB3O1S2”A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)
Value: "DefaultWithGlowB3O1S2"
DefaultWithGlowB3O0S2
Section titled “DefaultWithGlowB3O0S2”A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)
Value: "DefaultWithGlowB3O0S2"
DefaultWithGlowB0O1S2
Section titled “DefaultWithGlowB0O1S2”A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)
Value: "DefaultWithGlowB0O1S2"
Usages
Section titled “Usages”Configuration:
Referenced by:
Colour represented as a Hex string
- Format:
color-hex
Usages
Section titled “Usages”Configuration:
.theme.colours.base_00.theme.colours.base_01.theme.colours.base_02.theme.colours.base_03.theme.colours.base_04.theme.colours.base_05.theme.colours.base_06.theme.colours.base_07.theme.colours.base_08.theme.colours.base_09.theme.colours.base_0a.theme.colours.base_0b.theme.colours.base_0c.theme.colours.base_0d.theme.colours.base_0e.theme.colours.base_0f
Referenced by:
IndividualSpacingConfig
Section titled “IndividualSpacingConfig”Individual spacing configuration
Properties (4)
bottom
Section titled “bottom”required number
Spacing for the bottom
- Format:
float
required number
Spacing for the left
- Format:
float
required number
Spacing for the right
- Format:
float
required number
Spacing for the top
- Format:
float
Usages
Section titled “Usages”Configuration:
Referenced by:
KomobarTheme
Section titled “KomobarTheme”Komorebi bar theme
Enum variants (3)
Catppuccin
Section titled “Catppuccin”Theme from catppuccin-egui
Value: KomobarThemeCatppuccin
Base16
Section titled “Base16”Theme from base16-egui-themes
Value: KomobarThemeBase16
Custom
Section titled “Custom”Custom Base16 theme
Value: KomobarThemeCustom
Usages
Section titled “Usages”Configuration:
KomobarThemeBase16
Section titled “KomobarThemeBase16”Theme from base16-egui-themes
Properties (4)
required Base16
Name of the Base16 theme (previews: https://tinted-theming.github.io/tinted-gallery/)
accent
Section titled “accent”optional Base16Value
Accent colour
Default: "Base0D"
auto_select_fill
Section titled “auto_select_fill”optional Base16Value
Auto select fill colour
auto_select_text
Section titled “auto_select_text”optional Base16Value
Auto select text colour
Usages
Section titled “Usages”Configuration:
Referenced by:
KomobarThemeCatppuccin
Section titled “KomobarThemeCatppuccin”Theme from catppuccin-egui
Properties (4)
required Catppuccin
Name of the Catppuccin theme (previews: https://github.com/catppuccin/catppuccin)
accent
Section titled “accent”optional CatppuccinValue
Accent colour
Default: "Blue"
auto_select_fill
Section titled “auto_select_fill”optional CatppuccinValue
Auto select fill colour
auto_select_text
Section titled “auto_select_text”optional CatppuccinValue
Auto select text colour
Usages
Section titled “Usages”Configuration:
Referenced by:
KomobarThemeCustom
Section titled “KomobarThemeCustom”Theme from base16-egui-themes
Properties (4)
colours
Section titled “colours”required Base16ColourPalette
Colours of the custom Base16 theme palette
accent
Section titled “accent”optional Base16Value
Accent colour
Default: "Blue"
auto_select_fill
Section titled “auto_select_fill”optional Base16Value
Auto select fill colour
auto_select_text
Section titled “auto_select_text”optional Base16Value
Auto select text colour
Usages
Section titled “Usages”Configuration:
Referenced by:
KomorebiConfig
Section titled “KomorebiConfig”Komorebi widget configuration
Properties (6)
configuration_switcher
Section titled “configuration_switcher”optional KomorebiConfigurationSwitcherConfig
Configure the Configuration Switcher widget
focused_container
Section titled “focused_container”optional KomorebiFocusedContainerConfig
Configure the Focused Container widget
layout
Section titled “layout”optional KomorebiLayoutConfig
Configure the Layout widget
locked_container
Section titled “locked_container”optional KomorebiLockedContainerConfig
Configure the Locked Container widget
workspace_layer
Section titled “workspace_layer”optional KomorebiWorkspaceLayerConfig
Configure the Workspace Layer widget
workspaces
Section titled “workspaces”optional KomorebiWorkspacesConfig
Configure the Workspaces widget
Usages
Section titled “Usages”Configuration:
Referenced by:
KomorebiConfigurationSwitcherConfig
Section titled “KomorebiConfigurationSwitcherConfig”Komorebi widget configuration switcher configuration
Properties (2)
configurations
Section titled “configurations”required object
A map of display friendly name => path to configuration.json
Additional Properties
string
enable
Section titled “enable”required boolean
Enable the Komorebi Configurations widget
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.configuration_switcher.left_widgets[].Komorebi.configuration_switcher.right_widgets[].Komorebi.configuration_switcher
Referenced by:
KomorebiFocusedContainerConfig
Section titled “KomorebiFocusedContainerConfig”Komorebi widget focused container configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Komorebi Focused Container widget
display
Section titled “display”optional DisplayFormat
Display format of the currently focused container
show_icon
Section titled “show_icon”optional boolean
DEPRECATED: use ‘display’ instead (Show the icon of the currently focused container)
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.focused_container.left_widgets[].Komorebi.focused_container.right_widgets[].Komorebi.focused_container
Referenced by:
KomorebiLayout
Section titled “KomorebiLayout”Komorebi layout kind
Enum variants (5)
Default
Section titled “Default”Predefined layout
Value: Default → DefaultLayout
Monocle
Section titled “Monocle”Monocle mode
Value: "Monocle"
Floating
Section titled “Floating”Floating layer
Value: "Floating"
Paused
Section titled “Paused”Paused
Value: "Paused"
Custom
Section titled “Custom”Custom layout
Value: "Custom"
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.layout.options[].left_widgets[].Komorebi.layout.options[].right_widgets[].Komorebi.layout.options[]
Referenced by:
KomorebiLayoutConfig
Section titled “KomorebiLayoutConfig”Komorebi widget layout configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Komorebi Layout widget
display
Section titled “display”optional DisplayFormat
Display format of the current layout
options
Section titled “options”optional array KomorebiLayout
List of layout options
Usages
Section titled “Usages”Configuration:
Referenced by:
KomorebiLockedContainerConfig
Section titled “KomorebiLockedContainerConfig”Komorebi widget locked container configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Komorebi Locked Container widget
display
Section titled “display”optional DisplayFormat
Display format of the current locked state
show_when_unlocked
Section titled “show_when_unlocked”optional boolean
Show the widget event if the layer is unlocked
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.locked_container.left_widgets[].Komorebi.locked_container.right_widgets[].Komorebi.locked_container
Referenced by:
KomorebiWorkspaceLayerConfig
Section titled “KomorebiWorkspaceLayerConfig”Komorebi widget workspace layer configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Komorebi Workspace Layer widget
display
Section titled “display”optional DisplayFormat
Display format of the current layer
show_when_tiling
Section titled “show_when_tiling”optional boolean
Show the widget event if the layer is Tiling
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.workspace_layer.left_widgets[].Komorebi.workspace_layer.right_widgets[].Komorebi.workspace_layer
Referenced by:
KomorebiWorkspacesConfig
Section titled “KomorebiWorkspacesConfig”Komorebi widget workspaces configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Komorebi Workspaces widget
hide_empty_workspaces
Section titled “hide_empty_workspaces”required boolean
Hide workspaces without any windows
display
Section titled “display”optional WorkspacesDisplayFormat
Display format of the workspace
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.workspaces.left_widgets[].Komorebi.workspaces.right_widgets[].Komorebi.workspaces
Referenced by:
LabelPrefix
Section titled “LabelPrefix”Label prefix
Enum variants (4)
Show no prefix
Value: "None"
Show an icon
Value: "Icon"
Show text
Value: "Text"
IconAndText
Section titled “IconAndText”Show an icon and text
Value: "IconAndText"
Usages
Section titled “Usages”Configuration:
.center_widgets[].Battery.label_prefix.center_widgets[].Cpu.label_prefix.center_widgets[].Date.label_prefix.center_widgets[].Memory.label_prefix.center_widgets[].Network.label_prefix.center_widgets[].Storage.label_prefix.center_widgets[].Time.label_prefix.center_widgets[].Update.label_prefix.left_widgets[].Battery.label_prefix.left_widgets[].Cpu.label_prefix.left_widgets[].Date.label_prefix.left_widgets[].Memory.label_prefix.left_widgets[].Network.label_prefix.left_widgets[].Storage.label_prefix.left_widgets[].Time.label_prefix.left_widgets[].Update.label_prefix.right_widgets[].Battery.label_prefix.right_widgets[].Cpu.label_prefix.right_widgets[].Date.label_prefix.right_widgets[].Memory.label_prefix.right_widgets[].Network.label_prefix.right_widgets[].Storage.label_prefix.right_widgets[].Time.label_prefix.right_widgets[].Update.label_prefix
Referenced by:
MemoryConfig
Section titled “MemoryConfig”Memory widget configuration
Properties (4)
enable
Section titled “enable”required boolean
Enable the Memory widget
auto_select_over
Section titled “auto_select_over”optional integer
Select when the current percentage is over this value [[1-100]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in seconds
- Format:
uint64 - Minimum: 0
Default: 10
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
Usages
Section titled “Usages”Configuration:
Referenced by:
MonitorConfig
Section titled “MonitorConfig”Monitor configuration
Properties (2)
required integer
Komorebi monitor index of the monitor on which to render the bar
- Format:
uint - Minimum: 0
work_area_offset
Section titled “work_area_offset”optional Rect
Automatically apply a work area offset for this monitor to accommodate the bar
Usages
Section titled “Usages”Configuration:
Referenced by:
MonitorConfigOrIndex
Section titled “MonitorConfigOrIndex”Monitor configuration or monitor index
Enum variants (2)
Integer
Section titled “Integer”The monitor index where you want the bar to show
Value: integer
- Format:
uint - Minimum: 0
MonitorConfig
Section titled “MonitorConfig”The full monitor options with the index and an optional work_area_offset
Value: MonitorConfig
Usages
Section titled “Usages”Configuration:
NetworkConfig
Section titled “NetworkConfig”Network widget configuration
Properties (8)
enable
Section titled “enable”required boolean
Enable the Network widget
show_activity
Section titled “show_activity”required boolean
Show received and transmitted activity
show_total_activity
Section titled “show_total_activity”required boolean
Show total received and transmitted activity
activity_left_padding
Section titled “activity_left_padding”optional integer
Characters to reserve for received and transmitted activity
- Format:
uint - Minimum: 0
auto_select
Section titled “auto_select”optional NetworkSelectConfig
Select when the value is over a limit (1MiB is 1048576 bytes (1024*1024))
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in seconds
- Format:
uint64 - Minimum: 0
Default: 10
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
show_default_interface
Section titled “show_default_interface”optional boolean
Show default interface
Usages
Section titled “Usages”Configuration:
Referenced by:
NetworkSelectConfig
Section titled “NetworkSelectConfig”Network select configuration
Properties (4)
received_over
Section titled “received_over”optional integer
Select the received data when it’s over this value
- Format:
uint64 - Minimum: 0
total_received_over
Section titled “total_received_over”optional integer
Select the total received data when it’s over this value
- Format:
uint64 - Minimum: 0
total_transmitted_over
Section titled “total_transmitted_over”optional integer
Select the total transmitted data when it’s over this value
- Format:
uint64 - Minimum: 0
transmitted_over
Section titled “transmitted_over”optional integer
Select the transmitted data when it’s over this value
- Format:
uint64 - Minimum: 0
Usages
Section titled “Usages”Configuration:
.center_widgets[].Network.auto_select.left_widgets[].Network.auto_select.right_widgets[].Network.auto_select
Referenced by:
Position
Section titled “Position”Position
Properties (2)
required number
X coordinate
- Format:
float
required number
Y coordinate
- Format:
float
Usages
Section titled “Usages”Configuration:
Referenced by:
PositionConfig
Section titled “PositionConfig”Position configuration
Properties (2)
optional Position
The desired size of the bar from the starting position (usually monitor width x desired height)
optional Position
The desired starting position of the bar (0,0 = top left of the screen)
Usages
Section titled “Usages”Configuration:
Rectangle dimensions
Properties (4)
bottom
Section titled “bottom”required integer
Height of the rectangle (from the top point)
- Format:
int32
required integer
Left point of the rectangle
- Format:
int32
required integer
Width of the recentangle (from the left point)
- Format:
int32
required integer
Top point of the rectangle
- Format:
int32
Usages
Section titled “Usages”Configuration:
Referenced by:
Colour represented as RGB
Properties (3)
required integer
Blue
- Format:
uint32 - Minimum: 0
required integer
Green
- Format:
uint32 - Minimum: 0
required integer
Red
- Format:
uint32 - Minimum: 0
Usages
Section titled “Usages”Configuration:
.theme.colours.base_00.theme.colours.base_01.theme.colours.base_02.theme.colours.base_03.theme.colours.base_04.theme.colours.base_05.theme.colours.base_06.theme.colours.base_07.theme.colours.base_08.theme.colours.base_09.theme.colours.base_0a.theme.colours.base_0b.theme.colours.base_0c.theme.colours.base_0d.theme.colours.base_0e.theme.colours.base_0f
Referenced by:
RoundingConfig
Section titled “RoundingConfig”Rounding configuration
Enum variants (2)
Number
Section titled “Number”All 4 corners are the same
Value: number
- Format:
float
All 4 corners are custom. Order: NW, NE, SW, SE
Value: array number
- Min items: 4
- Max items: 4
Usages
Section titled “Usages”Configuration:
Referenced by:
SpacingKind
Section titled “SpacingKind”Spacing kind
Enum variants (3)
Number
Section titled “Number”Spacing applied to all sides
Value: number
- Format:
float
IndividualSpacingConfig
Section titled “IndividualSpacingConfig”Individual spacing applied to each side
Value: IndividualSpacingConfig
GroupedSpacingConfig
Section titled “GroupedSpacingConfig”Grouped vertical and horizontal spacing
Value: GroupedSpacingConfig
Usages
Section titled “Usages”Configuration:
StorageConfig
Section titled “StorageConfig”Storage widget configuration
Properties (7)
enable
Section titled “enable”required boolean
Enable the Storage widget
auto_hide_under
Section titled “auto_hide_under”optional integer
Hide when the current percentage is under this value [[1-100]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
auto_select_over
Section titled “auto_select_over”optional integer
Select when the current percentage is over this value [[1-100]]
- Format:
uint8 - Minimum: 0
- Maximum: 255
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in seconds
- Format:
uint64 - Minimum: 0
Default: 10
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
show_read_only_disks
Section titled “show_read_only_disks”optional boolean
Show disks that are read only
show_removable_disks
Section titled “show_removable_disks”optional boolean
Show removable disks
Default: true
Usages
Section titled “Usages”Configuration:
Referenced by:
TimeConfig
Section titled “TimeConfig”Time widget configuration
Properties (5)
enable
Section titled “enable”required boolean
Enable the Time widget
format
Section titled “format”required TimeFormat
Set the Time format
changing_icon
Section titled “changing_icon”optional boolean
Change the icon depending on the time. The default icon is used between 8:30 and 12:00
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
timezone
Section titled “timezone”optional string
TimeZone (https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html)
Use a custom format to display additional information, i.e.:
{ "Time": { "enable": true, "format": { "Custom": "%T %Z (Tokyo)" }, "timezone": "Asia/Tokyo" }}Usages
Section titled “Usages”Configuration:
Referenced by:
TimeFormat
Section titled “TimeFormat”Time format
Enum variants (7)
TwelveHour
Section titled “TwelveHour”Twelve-hour format (with seconds)
Value: "TwelveHour"
TwelveHourWithoutSeconds
Section titled “TwelveHourWithoutSeconds”Twelve-hour format (without seconds)
Value: "TwelveHourWithoutSeconds"
TwentyFourHour
Section titled “TwentyFourHour”Twenty-four-hour format (with seconds)
Value: "TwentyFourHour"
TwentyFourHourWithoutSeconds
Section titled “TwentyFourHourWithoutSeconds”Twenty-four-hour format (without seconds)
Value: "TwentyFourHourWithoutSeconds"
BinaryCircle
Section titled “BinaryCircle”Twenty-four-hour format displayed as a binary clock with circles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)
Value: "BinaryCircle"
BinaryRectangle
Section titled “BinaryRectangle”Twenty-four-hour format displayed as a binary clock with rectangles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)
Value: "BinaryRectangle"
Default
Section titled “Default”Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
Value: Custom → string
Usages
Section titled “Usages”Configuration:
Referenced by:
UpdateConfig
Section titled “UpdateConfig”Update widget configuration
Properties (3)
enable
Section titled “enable”required boolean
Enable the Update widget
data_refresh_interval
Section titled “data_refresh_interval”optional integer
Data refresh interval in hours
- Format:
uint64 - Minimum: 0
Default: 12
label_prefix
Section titled “label_prefix”optional LabelPrefix
Display label prefix
Usages
Section titled “Usages”Configuration:
Referenced by:
WidgetConfig
Section titled “WidgetConfig”Widget configuration
Enum variants (10)
Applications
Section titled “Applications”Applications widget configuration
Value: Applications → ApplicationsConfig
Battery
Section titled “Battery”Battery widget configuration
Value: Battery → BatteryConfig
CPU widget configuration
Value: Cpu → CpuConfig
Date widget configuration
Value: Date → DateConfig
Komorebi
Section titled “Komorebi”Komorebi widget configuration
Value: Komorebi → KomorebiConfig
Memory
Section titled “Memory”Memory widget configuration
Value: Memory → MemoryConfig
Network
Section titled “Network”Network widget configuration
Value: Network → NetworkConfig
Storage
Section titled “Storage”Storage widget configuration
Value: Storage → StorageConfig
Time widget configuration
Value: Time → TimeConfig
Update
Section titled “Update”Update widget configuration
Value: Update → UpdateConfig
Usages
Section titled “Usages”Configuration:
WorkspacesDisplayFormat
Section titled “WorkspacesDisplayFormat”Workspaces display format
Enum variants (4)
AllIcons
Section titled “AllIcons”Show all icons only
Value: "AllIcons"
AllIconsAndText
Section titled “AllIconsAndText”Show both all icons and text
Value: "AllIconsAndText"
AllIconsAndTextOnSelected
Section titled “AllIconsAndTextOnSelected”Show all icons and text for the selected element, and all icons on the rest
Value: "AllIconsAndTextOnSelected"
DisplayFormat
Section titled “DisplayFormat”Value: DisplayFormat
Usages
Section titled “Usages”Configuration:
.center_widgets[].Komorebi.workspaces.display.left_widgets[].Komorebi.workspaces.display.right_widgets[].Komorebi.workspaces.display
Referenced by: