Created
October 13, 2025 07:58
-
-
Save ponimas/5d3bef52054ff609c9b8d5673f4e788a to your computer and use it in GitHub Desktop.
k9s kiss theme with fixes
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
| # ----------------------------------------------------------------------------- | |
| # K9s Kiss Skin | |
| # Author: [@beejeebus](justin.p.randell@gmail.com) | |
| # ----------------------------------------------------------------------------- | |
| # Skin... | |
| k9s: | |
| body: | |
| fgColor: default | |
| bgColor: default | |
| logoColor: lightgray | |
| prompt: | |
| fgColor: default | |
| bgColor: default | |
| suggestColor: default | |
| border: | |
| default: darkgray | |
| command: black | |
| info: | |
| fgColor: default | |
| sectionColor: default | |
| dialog: | |
| fgColor: default | |
| bgColor: default | |
| buttonFgColor: default | |
| buttonBgColor: default | |
| buttonFocusFgColor: white | |
| buttonFocusBgColor: gray | |
| labelFgColor: default | |
| fieldFgColor: default | |
| frame: | |
| border: | |
| fgColor: default | |
| focusColor: default | |
| menu: | |
| fgColor: default | |
| keyColor: default | |
| numKeyColor: default | |
| crumbs: | |
| fgColor: black | |
| bgColor: default | |
| activeColor: default | |
| status: | |
| newColor: default | |
| modifyColor: default | |
| addColor: default | |
| errorColor: default | |
| highlightColor: default | |
| killColor: default | |
| completedColor: default | |
| title: | |
| fgColor: default | |
| bgColor: default | |
| highlightColor: default | |
| counterColor: default | |
| filterColor: default | |
| views: | |
| table: | |
| fgColor: default | |
| bgColor: default | |
| cursorFgColor: default | |
| cursorBfColor: default | |
| header: | |
| fgColor: default | |
| bgColor: default | |
| sorterColor: default | |
| yaml: | |
| keyColor: default | |
| colonColor: default | |
| valueColor: '#526566' | |
| logs: | |
| fgColor: default | |
| bgColor: default | |
| indicator: | |
| fgColor: default | |
| bgColor: default | |
| toggleOnColor: default | |
| toggleOffColor: default | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment