komorebi.json (macOS)
Configuration
Section titled “Configuration”animation
Section titled “animation”optional AnimationsConfig
Animations configuration options
app_specific_configuration_path
Section titled “app_specific_configuration_path”optional AppSpecificConfigurationPath
Path to applications.json from komorebi-application-specific-configurations
border
Section titled “border”optional boolean
Display window borders
Default: true
border_colours
Section titled “border_colours”optional BorderColours
Window border colours for different container types (has no effect if a theme is defined)
border_offset
Section titled “border_offset”optional integer
Offset of window borders
- Format:
int32
Default: 5
border_radius
Section titled “border_radius”optional integer
Radius of window borders
- Format:
int32
Default: 10
border_width
Section titled “border_width”optional integer
Width of window borders
- Format:
int32
Default: 6
cross_boundary_behaviour
Section titled “cross_boundary_behaviour”optional CrossBoundaryBehaviour
Determine what happens when an action is called on a window at a monitor boundary
Default: "Monitor"
cross_monitor_move_behaviour
Section titled “cross_monitor_move_behaviour”optional MoveBehaviour
Determine what happens when a window is moved across a monitor boundary
Default: "Swap"
default_container_padding
Section titled “default_container_padding”optional integer
Global default container padding
- Format:
int32
Default: 10
default_workspace_padding
Section titled “default_workspace_padding”optional integer
Global default workspace padding
- Format:
int32
Default: 10
display_index_preferences
Section titled “display_index_preferences”optional object
Set display index preferences
Key: "<integer>" → string
float_override
Section titled “float_override”optional boolean
Enable or disable float override, which makes it so every new window opens in floating mode
float_override_placement
Section titled “float_override_placement”optional Placement
Determines the Placement to be used when spawning a window with float override active
float_rule_placement
Section titled “float_rule_placement”optional Placement
Determines the Placement to be used when spawning a window that matches a
‘floating_applications’ rule
floating_applications
Section titled “floating_applications”optional array MatchingRule
Identify applications which should be managed as floating windows
floating_layer_behaviour
Section titled “floating_layer_behaviour”optional FloatingLayerBehaviour
Determines what happens on a new window when on the FloatingLayer
Default: "Tile"
floating_layer_placement
Section titled “floating_layer_placement”optional Placement
Determines the Placement to be used when spawning a window on the floating layer with the
FloatingLayerBehaviour set to FloatingLayerBehaviour::Float
Default: "Center"
floating_window_aspect_ratio
Section titled “floating_window_aspect_ratio”optional AspectRatio
Identify applications which are slow to send initial event notifications Aspect ratio to resize with when toggling floating mode for a window
global_work_area_offset
Section titled “global_work_area_offset”optional Rect
Global work area (space used for tiling) offset
ignore_rules
Section titled “ignore_rules”optional array MatchingRule
Individual window floating rules
manage_rules
Section titled “manage_rules”optional array MatchingRule
Individual window force-manage rules
monitors
Section titled “monitors”optional array MonitorConfig
Monitor and workspace configurations
mouse_follows_focus
Section titled “mouse_follows_focus”optional boolean
Enable or disable mouse follows focus
Default: true
resize_delta
Section titled “resize_delta”optional integer
Delta to resize windows by
- Format:
int32
Default: 50
optional KomorebiTheme
Theme configuration options
If a theme is specified, border_colours will have no effect
toggle_float_placement
Section titled “toggle_float_placement”optional Placement
Determines the placement of a new window when toggling to float
Default: "CenterAndResize"
unmanaged_window_operation_behaviour
Section titled “unmanaged_window_operation_behaviour”optional OperationBehaviour
Determine what happens when commands are sent while an unmanaged window is in the foreground
Default: "Op"
window_container_behaviour
Section titled “window_container_behaviour”optional WindowContainerBehaviour
Determine what happens when a new window is opened
Default: "Create"
Type Definitions
Section titled “Type Definitions”AnimationStyle
Section titled “AnimationStyle”Mathematical function which describes the rate at which a value changes
Enum variants (32)
Linear
Section titled “Linear”Linear
Value: "Linear"
EaseInSine
Section titled “EaseInSine”Ease in sine
Value: "EaseInSine"
EaseOutSine
Section titled “EaseOutSine”Ease out sine
Value: "EaseOutSine"
EaseInOutSine
Section titled “EaseInOutSine”Ease in out sine
Value: "EaseInOutSine"
EaseInQuad
Section titled “EaseInQuad”Ease in quad
Value: "EaseInQuad"
EaseOutQuad
Section titled “EaseOutQuad”Ease out quad
Value: "EaseOutQuad"
EaseInOutQuad
Section titled “EaseInOutQuad”Ease in out quad
Value: "EaseInOutQuad"
EaseInCubic
Section titled “EaseInCubic”Ease in cubic
Value: "EaseInCubic"
EaseOutCubic
Section titled “EaseOutCubic”Ease out cubic
Value: "EaseOutCubic"
EaseInOutCubic
Section titled “EaseInOutCubic”Ease in out cubic
Value: "EaseInOutCubic"
EaseInQuart
Section titled “EaseInQuart”Ease in quart
Value: "EaseInQuart"
EaseOutQuart
Section titled “EaseOutQuart”Ease out quart
Value: "EaseOutQuart"
EaseInOutQuart
Section titled “EaseInOutQuart”Ease in out quart
Value: "EaseInOutQuart"
EaseInQuint
Section titled “EaseInQuint”Ease in quint
Value: "EaseInQuint"
EaseOutQuint
Section titled “EaseOutQuint”Ease out quint
Value: "EaseOutQuint"
EaseInOutQuint
Section titled “EaseInOutQuint”Ease in out quint
Value: "EaseInOutQuint"
EaseInExpo
Section titled “EaseInExpo”Ease in expo
Value: "EaseInExpo"
EaseOutExpo
Section titled “EaseOutExpo”Ease out expo
Value: "EaseOutExpo"
EaseInOutExpo
Section titled “EaseInOutExpo”Ease in out expo
Value: "EaseInOutExpo"
EaseInCirc
Section titled “EaseInCirc”Ease in circ
Value: "EaseInCirc"
EaseOutCirc
Section titled “EaseOutCirc”Ease out circ
Value: "EaseOutCirc"
EaseInOutCirc
Section titled “EaseInOutCirc”Ease in out circ
Value: "EaseInOutCirc"
EaseInBack
Section titled “EaseInBack”Ease in back
Value: "EaseInBack"
EaseOutBack
Section titled “EaseOutBack”Ease out back
Value: "EaseOutBack"
EaseInOutBack
Section titled “EaseInOutBack”Ease in out back
Value: "EaseInOutBack"
EaseInElastic
Section titled “EaseInElastic”Ease in elastic
Value: "EaseInElastic"
EaseOutElastic
Section titled “EaseOutElastic”Ease out elastic
Value: "EaseOutElastic"
EaseInOutElastic
Section titled “EaseInOutElastic”Ease in out elastic
Value: "EaseInOutElastic"
EaseInBounce
Section titled “EaseInBounce”Ease in bounce
Value: "EaseInBounce"
EaseOutBounce
Section titled “EaseOutBounce”Ease out bounce
Value: "EaseOutBounce"
EaseInOutBounce
Section titled “EaseInOutBounce”Ease in out bounce
Value: "EaseInOutBounce"
CubicBezier
Section titled “CubicBezier”Custom Cubic Bézier function
Value: CubicBezier → array [double; 4]
Usages
Section titled “Usages”Configuration:
Referenced by:
AnimationsConfig
Section titled “AnimationsConfig”Animation configuration
Properties (4)
enabled
Section titled “enabled”required PerAnimationPrefixConfig boolean
Enable or disable animations
duration
Section titled “duration”optional PerAnimationPrefixConfig integer
Set the animation duration in ms
Default: 250
optional integer
Set the animation FPS
- Format:
uint64 - Minimum: 0
Default: 60
optional PerAnimationPrefixConfig AnimationStyle
Set the animation style
Default: "Linear"
Usages
Section titled “Usages”Configuration:
AppSpecificConfigurationPath
Section titled “AppSpecificConfigurationPath”Path(s) to application-specific configuration file(s)
Enum variants (2)
PathBuf
Section titled “PathBuf”A single applications.json file
Value: PathBuf
PathBuf Array
Section titled “PathBuf Array”Multiple applications.json files
Value: array PathBuf
Usages
Section titled “Usages”Configuration:
ApplicationIdentifier
Section titled “ApplicationIdentifier”Application identifier
Enum variants (4)
Executable name
Value: "Exe"
Role or subrole
Value: "Class"
Window title
Value: "Title"
Executable path
Value: "Path"
Usages
Section titled “Usages”Configuration:
.floating_applications[].kind.floating_applications[][].kind.ignore_rules[].kind.ignore_rules[][].kind.manage_rules[].kind.manage_rules[][].kind.monitors[].workspaces[].initial_workspace_rules[].kind.monitors[].workspaces[].initial_workspace_rules[][].kind.monitors[].workspaces[].workspace_rules[].kind.monitors[].workspaces[].workspace_rules[][].kind
Referenced by:
AspectRatio
Section titled “AspectRatio”Aspect ratio for temporarily floating windows
Enum variants (2)
Predefined
Section titled “Predefined”A predefined aspect ratio
Value: PredefinedAspectRatio
Custom
Section titled “Custom”A custom W:H aspect ratio
Value: array [int32; 2]
Usages
Section titled “Usages”Configuration:
An axis on which to perform an operation
Enum variants (3)
Horizontal
Section titled “Horizontal”Horizontal axis
Value: "Horizontal"
Vertical
Section titled “Vertical”Vertical axis
Value: "Vertical"
HorizontalAndVertical
Section titled “HorizontalAndVertical”Both horizontal and vertical axes
Value: "HorizontalAndVertical"
Usages
Section titled “Usages”Configuration:
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:
.monitors[].wallpaper.theme_options.bar_accent.monitors[].wallpaper.theme_options.floating_border.monitors[].wallpaper.theme_options.monocle_border.monitors[].wallpaper.theme_options.single_border.monitors[].wallpaper.theme_options.stack_border.monitors[].wallpaper.theme_options.unfocused_border.monitors[].wallpaper.theme_options.unfocused_locked_border.monitors[].workspaces[].wallpaper.theme_options.bar_accent.monitors[].workspaces[].wallpaper.theme_options.floating_border.monitors[].workspaces[].wallpaper.theme_options.monocle_border.monitors[].workspaces[].wallpaper.theme_options.single_border.monitors[].workspaces[].wallpaper.theme_options.stack_border.monitors[].workspaces[].wallpaper.theme_options.unfocused_border.monitors[].workspaces[].wallpaper.theme_options.unfocused_locked_border.theme.bar_accent.theme.bar_accent.theme.floating_border.theme.floating_border.theme.monocle_border.theme.monocle_border.theme.single_border.theme.single_border.theme.stack_border.theme.stack_border.theme.unfocused_border.theme.unfocused_border.theme.unfocused_locked_border.theme.unfocused_locked_border
Referenced by:
BorderColours
Section titled “BorderColours”Border colours for different container states
These options will have no effect if a theme is set
Properties (6)
floating
Section titled “floating”optional Colour
Border colour when the container is in floating mode
monocle
Section titled “monocle”optional Colour
Border colour when the container is in monocle mode
single
Section titled “single”optional Colour
Border colour when the container contains a single window
optional Colour
Border colour when the container contains multiple windows
unfocused
Section titled “unfocused”optional Colour
Border colour when the container is unfocused
unfocused_locked
Section titled “unfocused_locked”optional Colour
Border colour when the container is unfocused and locked
Usages
Section titled “Usages”Configuration:
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:
.theme.bar_accent.theme.floating_border.theme.monocle_border.theme.single_border.theme.stack_border.theme.unfocused_border.theme.unfocused_locked_border
Referenced by:
Colour
Section titled “Colour”Colour representation
Usages
Section titled “Usages”Configuration:
.border_colours.floating.border_colours.monocle.border_colours.single.border_colours.stack.border_colours.unfocused.border_colours.unfocused_locked.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:
CrossBoundaryBehaviour
Section titled “CrossBoundaryBehaviour”Behaviour when an action would cross a monitor boundary
Enum variants (2)
Workspace
Section titled “Workspace”Attempt to perform actions across a workspace boundary
Value: "Workspace"
Monitor
Section titled “Monitor”Attempt to perform actions across a monitor boundary
Value: "Monitor"
Usages
Section titled “Usages”Configuration:
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:
Referenced by:
FloatingLayerBehaviour
Section titled “FloatingLayerBehaviour”Floating layer behaviour when a new window is opened
Enum variants (2)
Tile new windows (unless they match a float rule or float override is active)
Value: "Tile"
Float new windows
Value: "Float"
Usages
Section titled “Usages”Configuration:
.floating_layer_behaviour.monitors[].floating_layer_behaviour.monitors[].workspaces[].floating_layer_behaviour
Referenced by:
GridLayoutOptions
Section titled “GridLayoutOptions”Options for the Grid layout
Properties (1)
required integer
Maximum number of rows per grid column
- Format:
uint - Minimum: 0
Usages
Section titled “Usages”Configuration:
Referenced by:
Colour represented as a Hex string
- Format:
color-hex
Usages
Section titled “Usages”Configuration:
.border_colours.floating.border_colours.monocle.border_colours.single.border_colours.stack.border_colours.unfocused.border_colours.unfocused_locked.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:
IdWithIdentifier
Section titled “IdWithIdentifier”Rule for matching applications
Properties (3)
required string
Target identifier
required ApplicationIdentifier
Kind of identifier to target
matching_strategy
Section titled “matching_strategy”optional MatchingStrategy
Matching strategy to use
Usages
Section titled “Usages”Configuration:
.floating_applications[].floating_applications[][].ignore_rules[].ignore_rules[][].manage_rules[].manage_rules[][].monitors[].workspaces[].initial_workspace_rules[].monitors[].workspaces[].initial_workspace_rules[][].monitors[].workspaces[].workspace_rules[].monitors[].workspaces[].workspace_rules[][]
Referenced by:
KomorebiTheme
Section titled “KomorebiTheme”Komorebi theme
Enum variants (3)
Catppuccin
Section titled “Catppuccin”Theme from catppuccin-egui
Value: KomorebiThemeCatppuccin
Base16
Section titled “Base16”Theme from base16-egui-themes
Value: KomorebiThemeBase16
Custom
Section titled “Custom”Custom Base16 theme
Value: KomorebiThemeCustom
Usages
Section titled “Usages”Configuration:
KomorebiThemeBase16
Section titled “KomorebiThemeBase16”Theme from base16-egui-themes
Properties (8)
required Base16
Name of the Base16 theme (theme previews: https://tinted-theming.github.io/tinted-gallery/)
bar_accent
Section titled “bar_accent”optional Base16Value
Bar accent colour
Default: "Base0D"
floating_border
Section titled “floating_border”optional Base16Value
Floating window border colour
Default: "Base09"
monocle_border
Section titled “monocle_border”optional Base16Value
Monocle window border colour
Default: "Base0F"
single_border
Section titled “single_border”optional Base16Value
Single window border colour
Default: "Base0D"
stack_border
Section titled “stack_border”optional Base16Value
Stack window border colour
Default: "Base0B"
unfocused_border
Section titled “unfocused_border”optional Base16Value
Unfocused window border colour
Default: "Base01"
unfocused_locked_border
Section titled “unfocused_locked_border”optional Base16Value
Unfocused locked window border colour
Default: "Base08"
Usages
Section titled “Usages”Configuration:
Referenced by:
KomorebiThemeCatppuccin
Section titled “KomorebiThemeCatppuccin”Theme from catppuccin-egui
Properties (8)
required Catppuccin
Name of the Catppuccin theme (previews: https://github.com/catppuccin/catppuccin)
bar_accent
Section titled “bar_accent”optional CatppuccinValue
Bar accent colour
Default: "Blue"
floating_border
Section titled “floating_border”optional CatppuccinValue
Floating window border colour
Default: "Yellow"
monocle_border
Section titled “monocle_border”optional CatppuccinValue
Monocle window border colour
Default: "Pink"
single_border
Section titled “single_border”optional CatppuccinValue
Single window border colour
Default: "Blue"
stack_border
Section titled “stack_border”optional CatppuccinValue
Stack window border colour
Default: "Green"
unfocused_border
Section titled “unfocused_border”optional CatppuccinValue
Unfocused window border colour
Default: "Base"
unfocused_locked_border
Section titled “unfocused_locked_border”optional CatppuccinValue
Unfocused locked window border colour
Default: "Red"
Usages
Section titled “Usages”Configuration:
Referenced by:
KomorebiThemeCustom
Section titled “KomorebiThemeCustom”Custom Base16 theme
Properties (8)
colours
Section titled “colours”required Base16ColourPalette
Colours of the custom Base16 theme palette
bar_accent
Section titled “bar_accent”optional Base16Value
Bar accent colour
Default: "Base0D"
floating_border
Section titled “floating_border”optional Base16Value
Floating window border colour
Default: "Base09"
monocle_border
Section titled “monocle_border”optional Base16Value
Monocle window border colour
Default: "Base0F"
single_border
Section titled “single_border”optional Base16Value
Single window border colour
Default: "Base0D"
stack_border
Section titled “stack_border”optional Base16Value
Stack window border colour
Default: "Base0B"
unfocused_border
Section titled “unfocused_border”optional Base16Value
Unfocused window border colour
Default: "Base01"
unfocused_locked_border
Section titled “unfocused_locked_border”optional Base16Value
Unfocused locked window border colour
Default: "Base08"
Usages
Section titled “Usages”Configuration:
Referenced by:
LayoutOptions
Section titled “LayoutOptions”Options for specific layouts
Properties (2)
optional GridLayoutOptions
Options related to the Grid layout
scrolling
Section titled “scrolling”optional ScrollingLayoutOptions
Options related to the Scrolling layout
Usages
Section titled “Usages”Configuration:
Referenced by:
MatchingRule
Section titled “MatchingRule”Rule for matching applications
Enum variants (2)
IdWithIdentifier
Section titled “IdWithIdentifier”Simple matching rule which must evaluate to true
Value: IdWithIdentifier
IdWithIdentifier Array
Section titled “IdWithIdentifier Array”Composite matching rule where all conditions must evaluate to true
Value: array IdWithIdentifier
Usages
Section titled “Usages”Configuration:
.floating_applications[].ignore_rules[].manage_rules[].monitors[].workspaces[].initial_workspace_rules[].monitors[].workspaces[].workspace_rules[]
Referenced by:
MatchingStrategy
Section titled “MatchingStrategy”Strategy for matching identifiers
Enum variants (10)
Legacy
Section titled “Legacy”Should not be used, only kept for backward compatibility
Value: "Legacy"
Equals
Section titled “Equals”Equals
Value: "Equals"
StartsWith
Section titled “StartsWith”Starts With
Value: "StartsWith"
EndsWith
Section titled “EndsWith”Ends With
Value: "EndsWith"
Contains
Section titled “Contains”Contains
Value: "Contains"
Regex
Value: "Regex"
DoesNotEndWith
Section titled “DoesNotEndWith”Does not end with
Value: "DoesNotEndWith"
DoesNotStartWith
Section titled “DoesNotStartWith”Does not start with
Value: "DoesNotStartWith"
DoesNotEqual
Section titled “DoesNotEqual”Does not equal
Value: "DoesNotEqual"
DoesNotContain
Section titled “DoesNotContain”Does not contain
Value: "DoesNotContain"
Usages
Section titled “Usages”Configuration:
.floating_applications[].matching_strategy.floating_applications[][].matching_strategy.ignore_rules[].matching_strategy.ignore_rules[][].matching_strategy.manage_rules[].matching_strategy.manage_rules[][].matching_strategy.monitors[].workspaces[].initial_workspace_rules[].matching_strategy.monitors[].workspaces[].initial_workspace_rules[][].matching_strategy.monitors[].workspaces[].workspace_rules[].matching_strategy.monitors[].workspaces[].workspace_rules[][].matching_strategy
Referenced by:
MonitorConfig
Section titled “MonitorConfig”Monitor configuration
Properties (9)
workspaces
Section titled “workspaces”required array WorkspaceConfig
Workspace configurations
container_padding
Section titled “container_padding”optional integer
Container padding
- Format:
int32
floating_layer_behaviour
Section titled “floating_layer_behaviour”optional FloatingLayerBehaviour
Determine what happens to a new window when the Floating workspace layer is active
Default: "Tile"
wallpaper
Section titled “wallpaper”optional Wallpaper
Specify a wallpaper for this monitor
window_based_work_area_offset
Section titled “window_based_work_area_offset”optional Rect
Window based work area offset
window_based_work_area_offset_limit
Section titled “window_based_work_area_offset_limit”optional integer
Open window limit after which the window based work area offset will no longer be applied
- Format:
int
Default: 1
window_hiding_position
Section titled “window_hiding_position”optional WindowHidingPosition
Determine which position windows should be hidden at on this monitor
work_area_offset
Section titled “work_area_offset”optional Rect
Monitor-specific work area offset
workspace_padding
Section titled “workspace_padding”optional integer
Workspace padding (default: global)
- Format:
int32
Usages
Section titled “Usages”Configuration:
MoveBehaviour
Section titled “MoveBehaviour”Move behaviour when the operation works across a monitor boundary
Enum variants (3)
Swap the window container with the window container at the edge of the adjacent monitor
Value: "Swap"
Insert
Section titled “Insert”Insert the window container into the focused workspace on the adjacent monitor
Value: "Insert"
Do nothing if trying to move a window container in the direction of an adjacent monitor
Value: "NoOp"
Usages
Section titled “Usages”Configuration:
OperationBehaviour
Section titled “OperationBehaviour”Operation behaviour for temporarily unmanaged and floating windows
Enum variants (2)
Process commands on temporarily unmanaged/floated windows
Value: "Op"
Ignore commands on temporarily unmanaged/floated windows
Value: "NoOp"
Usages
Section titled “Usages”Configuration:
PathBuf
Section titled “PathBuf”A file system path. Environment variables like $VAR are automatically resolved.
Usages
Section titled “Usages”Configuration:
.app_specific_configuration_path.app_specific_configuration_path[].monitors[].wallpaper.path.monitors[].workspaces[].wallpaper.path
Referenced by:
PerAnimationPrefixConfig
Section titled “PerAnimationPrefixConfig”Animation configuration
This can be either global:
{ "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250}Or scoped by an animation kind prefix:
{ "movement": { "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250 }}Usages
Section titled “Usages”Configuration:
Referenced by:
PerAnimationPrefixConfig
Section titled “PerAnimationPrefixConfig”Animation configuration
This can be either global:
{ "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250}Or scoped by an animation kind prefix:
{ "movement": { "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250 }}Usages
Section titled “Usages”Configuration:
Referenced by:
PerAnimationPrefixConfig
Section titled “PerAnimationPrefixConfig”Animation configuration
This can be either global:
{ "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250}Or scoped by an animation kind prefix:
{ "movement": { "enabled": true, "style": "EaseInSine", "fps": 60, "duration": 250 }}Usages
Section titled “Usages”Configuration:
Referenced by:
Placement
Section titled “Placement”Placement behaviour for floating windows
Enum variants (3)
Does not change the size or position of the window
Value: "None"
Center
Section titled “Center”Center the window without changing the size
Value: "Center"
CenterAndResize
Section titled “CenterAndResize”Center the window and resize it according to the AspectRatio
Value: "CenterAndResize"
Usages
Section titled “Usages”Configuration:
PredefinedAspectRatio
Section titled “PredefinedAspectRatio”Predefined aspect ratio
Enum variants (3)
Ultrawide
Section titled “Ultrawide”21:9
Value: "Ultrawide"
Widescreen
Section titled “Widescreen”16:9
Value: "Widescreen"
Standard
Section titled “Standard”4:3
Value: "Standard"
Usages
Section titled “Usages”Configuration:
Referenced by:
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:
.global_work_area_offset.monitors[].window_based_work_area_offset.monitors[].work_area_offset.monitors[].workspaces[].work_area_offset
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:
.border_colours.floating.border_colours.monocle.border_colours.single.border_colours.stack.border_colours.unfocused.border_colours.unfocused_locked.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:
ScrollingLayoutOptions
Section titled “ScrollingLayoutOptions”Options for the Scrolling layout
Properties (2)
columns
Section titled “columns”required integer
Desired number of visible columns (default: 3)
- Format:
uint - Minimum: 0
center_focused_column
Section titled “center_focused_column”optional boolean
With an odd number of visible columns, keep the focused window column centered
Usages
Section titled “Usages”Configuration:
Referenced by:
ThemeOptions
Section titled “ThemeOptions”Theme options
Properties (8)
bar_accent
Section titled “bar_accent”optional Base16Value
Komorebi status bar accent
Default: "Base0D"
floating_border
Section titled “floating_border”optional Base16Value
Border colour when the window is floating
Default: "Base09"
monocle_border
Section titled “monocle_border”optional Base16Value
Border colour when the container is in monocle mode
Default: "Base0F"
single_border
Section titled “single_border”optional Base16Value
Border colour when the container contains a single window
Default: "Base0D"
stack_border
Section titled “stack_border”optional Base16Value
Border colour when the container contains multiple windows
Default: "Base0B"
theme_variant
Section titled “theme_variant”optional ThemeVariant
Specify Light or Dark variant for theme generation
Default: "Dark"
unfocused_border
Section titled “unfocused_border”optional Base16Value
Border colour when the container is unfocused
Default: "Base01"
unfocused_locked_border
Section titled “unfocused_locked_border”optional Base16Value
Border colour when the container is unfocused and locked
Default: "Base08"
Usages
Section titled “Usages”Configuration:
Referenced by:
ThemeVariant
Section titled “ThemeVariant”Theme variant
Enum variants (2)
Dark variant
Value: "Dark"
Light variant
Value: "Light"
Usages
Section titled “Usages”Configuration:
.monitors[].wallpaper.theme_options.theme_variant.monitors[].workspaces[].wallpaper.theme_options.theme_variant
Referenced by:
Wallpaper
Section titled “Wallpaper”Wallpaper configuration
Properties (3)
required PathBuf
Path to the wallpaper image file
generate_theme
Section titled “generate_theme”optional boolean
Generate and apply Base16 theme for this wallpaper
Default: true
theme_options
Section titled “theme_options”optional ThemeOptions
Specify theme options
Usages
Section titled “Usages”Configuration:
Referenced by:
WindowContainerBehaviour
Section titled “WindowContainerBehaviour”Window container behaviour when a new window is opened
Enum variants (2)
Create
Section titled “Create”Create a new container for each new window
Value: "Create"
Append
Section titled “Append”Append new windows to the focused window container
Value: "Append"
Usages
Section titled “Usages”Configuration:
.monitors[].workspaces[].window_container_behaviour.monitors[].workspaces[].window_container_behaviour_rules[*].window_container_behaviour
Referenced by:
WindowHidingPosition
Section titled “WindowHidingPosition”Window hiding position
Enum variants (2)
BottomLeft
Section titled “BottomLeft”Hide windows in the bottom left corner of the screen
Value: "BottomLeft"
BottomRight
Section titled “BottomRight”Hide windows in the bottom right corner of the screen
Value: "BottomRight"
Usages
Section titled “Usages”Configuration:
Referenced by:
WorkspaceConfig
Section titled “WorkspaceConfig”Workspace configuration
Properties (17)
required string
Name
apply_window_based_work_area_offset
Section titled “apply_window_based_work_area_offset”optional boolean
Apply this monitor’s window-based work area offset
Default: true
container_padding
Section titled “container_padding”optional integer
Container padding (default: global)
- Format:
int32
float_override
Section titled “float_override”optional boolean
Enable or disable float override, which makes it so every new window opens in floating mode
floating_layer_behaviour
Section titled “floating_layer_behaviour”optional FloatingLayerBehaviour
Determine what happens to a new window when the Floating workspace layer is active
Default: "Tile"
initial_workspace_rules
Section titled “initial_workspace_rules”optional array MatchingRule
Initial workspace application rules
layout
Section titled “layout”optional DefaultLayout
Layout
Default: "BSP"
layout_flip
Section titled “layout_flip”optional Axis
Specify an axis on which to flip the selected layout
layout_options
Section titled “layout_options”optional LayoutOptions
Layout-specific options
layout_rules
Section titled “layout_rules”optional object
Layout rules in the format of threshold => layout
Key: "<integer>" → DefaultLayout
optional boolean
Enable or disable tiling for the workspace
Default: true
wallpaper
Section titled “wallpaper”optional Wallpaper
Specify a wallpaper for this workspace
window_container_behaviour
Section titled “window_container_behaviour”optional WindowContainerBehaviour
Determine what happens when a new window is opened
Default: "Create"
window_container_behaviour_rules
Section titled “window_container_behaviour_rules”optional object
Window container behaviour rules in the format of threshold => behaviour
Key: "<integer>" → WindowContainerBehaviour
work_area_offset
Section titled “work_area_offset”optional Rect
Workspace specific work area offset
workspace_padding
Section titled “workspace_padding”optional integer
Workspace padding (default: global)
- Format:
int32
workspace_rules
Section titled “workspace_rules”optional array MatchingRule
Permanent workspace application rules
Usages
Section titled “Usages”Configuration:
Referenced by: