Created
June 25, 2025 15:03
-
-
Save tyzbit/7ed9a03d5ece4de061590094977d42cb to your computer and use it in GitHub Desktop.
k9s theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place in ~/.config/k9s/skins or equivalent | |
k9s: | |
body: | |
bgColor: default | |
prompt: | |
bgColor: default | |
info: | |
fgColor: mediumpurple | |
frame: | |
menu: | |
keyColor: default | |
bgColor: red | |
numKeyColor: purple | |
status: | |
bgColor: default | |
crumbs: | |
fgColor: white | |
bgColor: dimgray | |
activeColor: forestgreen | |
title: | |
highlightColor: chartreuse | |
bgColor: default | |
views: | |
charts: | |
bgColor: default | |
table: | |
bgColor: default | |
header: | |
bgColor: default | |
xray: | |
bgColor: default | |
logs: | |
bgColor: default | |
indicator: | |
bgColor: default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment