Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created March 12, 2025 13:08
Show Gist options
  • Save RichardBray/84066f74c30b071c8cfb698b5a2d280c to your computer and use it in GitHub Desktop.
Save RichardBray/84066f74c30b071c8cfb698b5a2d280c to your computer and use it in GitHub Desktop.
Tokyo Night Night K9s theme
# -----------------------------------------------------------------------------
# tokyo night
# -----------------------------------------------------------------------------
foreground: &foreground "#a9b1d6"
background: &background "#1a1b26"
current_line: &current_line "#1e202e"
selection: &selection "#515c7e"
comment: &comment "#51597d"
cyan: &cyan "#7dcfff"
green: &green "#73daca"
yellow: &yellow "#e0af68"
orange: &orange "#ff9e64"
magenta: &magenta "#bb9af7"
pink: &pink "#f7768e"
blue: &blue "#7aa2f7"
red: &red "#f7768e"
white: &white "#c0caf5"
k9s:
# general k9s styles
body:
fgcolor: *foreground
bgcolor: *background
logocolor: *orange
# command prompt styles
prompt:
fgcolor: *foreground
bgcolor: *background
suggestcolor: *orange
# clusterinfoview styles.
info:
fgcolor: *orange
sectioncolor: *foreground
# dialog styles.
dialog:
fgcolor: *foreground
bgcolor: *background
buttonfgcolor: *foreground
buttonbgcolor: *green
buttonfocusfgcolor: *background
buttonfocusbgcolor: *foreground
labelfgcolor: *comment
fieldfgcolor: *foreground
frame:
# borders styles.
border:
fgcolor: *selection
focuscolor: *foreground
menu:
fgcolor: *foreground
keycolor: *blue
# used for favorite namespaces
numkeycolor: *blue
# crumbview attributes for history navigation.
crumbs:
fgcolor: *background
bgcolor: *cyan
activecolor: *orange
# resource status and update styles
status:
newcolor: *blue
modifycolor: *yellow
addcolor: *white
errorcolor: *red
highlightcolor: *orange
killcolor: *magenta
completedcolor: *comment
# border title styles.
title:
fgcolor: *foreground
bgcolor: *background
highlightcolor: *blue
countercolor: *green
filtercolor: *magenta
views:
# charts skins...
charts:
bgcolor: *background
defaultdialcolors:
- *blue
- *red
defaultchartcolors:
- *blue
- *red
# tableview attributes.
table:
fgcolor: *foreground
bgcolor: *background
markcolor: *pink
# header row styles.
header:
fgcolor: *foreground
bgcolor: *background
sortercolor: *cyan
# xray view attributes.
xray:
fgcolor: *foreground
bgcolor: *background
cursorcolor: *current_line
graphiccolor: *blue
showicons: false
# yaml info styles.
yaml:
keycolor: *green
coloncolor: *blue
valuecolor: *foreground
# logs styles.
logs:
fgcolor: *foreground
bgcolor: *background
indicator:
fgcolor: *foreground
bgcolor: *selection
toggleoncolor: *cyan
toggleoffcolor: *foreground
help:
fgcolor: *foreground
bgcolor: *background
indicator:
fgcolor: *red
bgcolor: *background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment