118 lines
4.1 KiB
YAML
118 lines
4.1 KiB
YAML
k9s:
|
|
body:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
logoColor: "{{colors.primary.default.hex}}"
|
|
|
|
prompt:
|
|
bgColor: "{{colors.surface_container.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
suggestColor: "{{colors.on_surface_variant.default.hex}}"
|
|
border:
|
|
default: "{{colors.primary.default.hex}}"
|
|
command: "{{colors.secondary.default.hex}}"
|
|
|
|
info:
|
|
fgColor: "{{colors.primary.default.hex}}"
|
|
sectionColor: "{{colors.on_surface.default.hex}}"
|
|
|
|
dialog:
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
bgColor: "{{colors.surface_container_high.default.hex}}"
|
|
buttonFgColor: "{{colors.on_secondary_container.default.hex}}"
|
|
buttonBgColor: "{{colors.secondary_container.default.hex}}"
|
|
buttonFocusFgColor: "{{colors.on_primary_container.default.hex}}"
|
|
buttonFocusBgColor: "{{colors.primary_container.default.hex}}"
|
|
fieldFgColor: "{{colors.on_surface.default.hex}}"
|
|
labelFgColor: "{{colors.on_surface.default.hex}}"
|
|
|
|
frame:
|
|
border:
|
|
fgColor: "{{colors.outline.default.hex}}"
|
|
focusColor: "{{colors.primary.default.hex}}"
|
|
|
|
menu:
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
numKeyColor: "{{colors.secondary.default.hex}}"
|
|
keyColor: "{{colors.tertiary.default.hex}}"
|
|
|
|
crumbs:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
activeColor: "{{colors.primary_container.default.hex}}"
|
|
fgColor: "{{colors.on_primary_container.default.hex}}"
|
|
|
|
status:
|
|
newColor: "{{colors.on_surface.default.hex}}"
|
|
modifyColor: "{{colors.warning.default.hex}}"
|
|
addColor: "{{colors.primary.default.hex}}"
|
|
errorColor: "{{colors.error.default.hex}}"
|
|
pendingColor: "{{colors.secondary.default.hex}}"
|
|
highlightColor: "{{colors.primary.default.hex}}"
|
|
completedColor: "{{colors.surface_variant.default.hex}}"
|
|
killColor: "{{colors.error.default.hex}}"
|
|
|
|
title:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
counterColor: "{{colors.primary.default.hex}}"
|
|
highlightColor: "{{colors.secondary.default.hex}}"
|
|
filterColor: "{{colors.tertiary.default.hex}}"
|
|
|
|
help:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
keyColor: "{{colors.primary.default.hex}}"
|
|
numKeyColor: "{{colors.secondary.default.hex}}"
|
|
sectionColor: "{{colors.on_surface.default.hex}}"
|
|
|
|
views:
|
|
charts:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
chartBgColor: "{{colors.surface_container.default.hex}}"
|
|
defaultChartColors:
|
|
- c.primary
|
|
- c.secondary
|
|
dialBgColor: "{{colors.surface_container.default.hex}}"
|
|
defaultDialColors:
|
|
- c.primary
|
|
- c.secondary
|
|
resourceColors:
|
|
cpu:
|
|
- c.primary
|
|
- c.tertiary
|
|
mem:
|
|
- c.secondary
|
|
- c.error
|
|
|
|
logs:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
indicator:
|
|
bgColor: "{{colors.surface_container.default.hex}}"
|
|
fgColor: "{{colors.on_surface_variant.default.hex}}"
|
|
toggleOffColor: "{{colors.outline.default.hex}}"
|
|
toggleOnColor: "{{colors.primary.default.hex}}"
|
|
|
|
table:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
cursorBgColor: "{{colors.primary.default.hex}}"
|
|
cursorFgColor: "{{colors.on_primary.default.hex}}"
|
|
markColor: "{{colors.secondary.default.hex}}"
|
|
header:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.primary.default.hex}}"
|
|
sorterColor: "{{colors.secondary.default.hex}}"
|
|
|
|
xray:
|
|
bgColor: "{{colors.surface.default.hex}}"
|
|
fgColor: "{{colors.on_surface.default.hex}}"
|
|
cursorColor: "{{colors.surface_variant.default.hex}}"
|
|
cursorTextColor: "{{colors.on_surface_variant.default.hex}}"
|
|
graphicColor: "{{colors.tertiary.default.hex}}"
|
|
|
|
yaml:
|
|
colonColor: "{{colors.outline.default.hex}}"
|
|
keyColor: "{{colors.primary.default.hex}}"
|
|
valueColor: "{{colors.on_surface.default.hex}}"
|