Created
January 13, 2020 16:52
-
-
Save Veraticus/b576f4d6f0d69b6adc78fe79b7d06d73 to your computer and use it in GitHub Desktop.
Dracua-inspired k9s theme
This file contains 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
foreground: &foreground "#f8f8f2" | |
background: &background "#282a36" | |
current_line: ¤t_line "#44475a" | |
selection: &selection "#44475a" | |
comment: &comment "#6272a4" | |
cyan: &cyan "#8be9fd" | |
green: &green "#50fa7b" | |
orange: &orange "#ffb86c" | |
pink: &pink "#ff79c6" | |
purple: &purple "#bd93f9" | |
red: &red "#ff5555" | |
yellow: &yellow "#f1fa8c" | |
k9s: | |
# General K9s styles | |
body: | |
fgColor: *foreground | |
bgColor: *background | |
logoColor: *purple | |
# ClusterInfoView styles. | |
info: | |
fgColor: *pink | |
sectionColor: *foreground | |
frame: | |
# Borders styles. | |
border: | |
fgColor: *selection | |
focusColor: *current_line | |
menu: | |
fgColor: *foreground | |
keyColor: *pink | |
# Used for favorite namespaces | |
numKeyColor: *pink | |
# CrumbView attributes for history navigation. | |
crumbs: | |
fgColor: *foreground | |
bgColor: *current_line | |
activeColor: *current_line | |
# Resource status and update styles | |
status: | |
newColor: *cyan | |
modifyColor: *purple | |
addColor: *green | |
errorColor: *red | |
highlightcolor: *orange | |
killColor: *comment | |
completedColor: *comment | |
# Border title styles. | |
title: | |
fgColor: *foreground | |
bgColor: *current_line | |
highlightColor: *orange | |
counterColor: *purple | |
filterColor: *pink | |
# TableView attributes. | |
table: | |
fgColor: *foreground | |
bgColor: *background | |
cursorColor: *current_line | |
# Header row styles. | |
header: | |
fgColor: *foreground | |
bgColor: *background | |
sorterColor: *cyan | |
views: | |
# YAML info styles. | |
yaml: | |
keyColor: *pink | |
colonColor: *purple | |
valueColor: *foreground | |
# Logs styles. | |
logs: | |
fgColor: *foreground | |
bgColor: *background |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment