matugen
This commit is contained in:
51
matugen/files/templates/jjui-theme.toml
Normal file
51
matugen/files/templates/jjui-theme.toml
Normal file
@@ -0,0 +1,51 @@
|
||||
"text" = { fg = "{{colors.on_surface.default.hex}}", bg = "{{colors.surface.default.hex}}" }
|
||||
"dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
"selected" = { bg = "{{colors.primary_container.default.hex}}", fg = "{{colors.on_primary_container.default.hex}}" }
|
||||
"border" = { fg = "{{colors.outline.default.hex}}" }
|
||||
"title" = { fg = "{{colors.primary.default.hex}}", bold = true }
|
||||
"shortcut" = { fg = "{{colors.secondary.default.hex}}" }
|
||||
"matched" = { fg = "{{colors.tertiary.default.hex}}", underline = true }
|
||||
|
||||
"source_marker" = { bg = "{{colors.tertiary_container.default.hex}}", fg = "{{colors.on_tertiary_container.default.hex}}" }
|
||||
"target_marker" = { bg = "{{colors.error_container.default.hex}}", fg = "{{colors.on_error_container.default.hex}}" }
|
||||
|
||||
"revisions rebase source_marker" = { bold = true }
|
||||
"revisions rebase target_marker" = { bold = true }
|
||||
|
||||
"status" = { bg = "{{colors.surface_container_high.default.hex}}" }
|
||||
"status title" = { fg = "{{colors.on_primary.default.hex}}", bg = "{{colors.primary.default.hex}}", bold = true }
|
||||
"status shortcut" = { fg = "{{colors.secondary.default.hex}}" }
|
||||
"status dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
|
||||
"revset text" = { bold = true }
|
||||
"revset completion selected" = { bg = "{{colors.primary_container.default.hex}}", fg = "{{colors.on_primary_container.default.hex}}" }
|
||||
"revset completion matched" = { bold = true }
|
||||
"revset completion dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
|
||||
"revisions selected" = { bold = true }
|
||||
"oplog selected" = { bold = true }
|
||||
|
||||
"evolog selected" = { bg = "{{colors.secondary_container.default.hex}}", fg = "{{colors.on_secondary_container.default.hex}}", bold = true }
|
||||
|
||||
"help" = { bg = "{{colors.surface_container.default.hex}}" }
|
||||
"help title" = { fg = "{{colors.primary.default.hex}}", bold = true, underline = true }
|
||||
"help border" = { fg = "{{colors.outline.default.hex}}" }
|
||||
|
||||
"menu" = { bg = "{{colors.surface_container.default.hex}}" }
|
||||
"menu title" = { fg = "{{colors.primary.default.hex}}", bold = true }
|
||||
"menu shortcut" = { fg = "{{colors.secondary.default.hex}}" }
|
||||
"menu dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
"menu border" = { fg = "{{colors.outline.default.hex}}" }
|
||||
"menu selected" = { bg = "{{colors.primary_container.default.hex}}", fg = "{{colors.on_primary_container.default.hex}}" }
|
||||
|
||||
"confirmation" = { bg = "{{colors.surface_container.default.hex}}" }
|
||||
"confirmation text" = { fg = "{{colors.on_surface.default.hex}}" }
|
||||
"confirmation selected" = { bg = "{{colors.primary_container.default.hex}}", fg = "{{colors.on_primary_container.default.hex}}" }
|
||||
"confirmation dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
"confirmation border" = { fg = "{{colors.primary.default.hex}}" }
|
||||
|
||||
"undo" = { bg = "{{colors.surface_container.default.hex}}" }
|
||||
"undo confirmation dimmed" = { fg = "{{colors.on_surface_variant.default.hex}}" }
|
||||
"undo confirmation selected" = { bg = "{{colors.primary_container.default.hex}}", fg = "{{colors.on_primary_container.default.hex}}" }
|
||||
|
||||
"preview" = { fg = "{{colors.on_surface.default.hex}}" }
|
||||
Reference in New Issue
Block a user