Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some small color modifications #1286

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions skins/red.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ k9s:
numKeyColor: red
crumbs:
fgColor: black
bgColor: steelblue
bgColor: red
activeColor: red
status:
newColor: lightskyblue
newColor: red
modifyColor: greenyellow
addColor: white
errorColor: redred
errorColor: red
pendingColor: darkred
highlightcolor: red
killColor: mediumpurple
killColor: red
completedColor: gray
title:
fgColor: red
Expand All @@ -55,7 +55,7 @@ k9s:
- linegreen
- redred
table:
fgColor: blue
fgColor: red
bgColor: black
cursorFgColor: black
cursorBgColor: red
Expand All @@ -65,15 +65,15 @@ k9s:
bgColor: black
sorterColor: red
xray:
fgColor: blue
fgColor: red
bgColor: black
cursorColor: red
graphicColor: darkgoldenrod
showIcons: false
yaml:
keyColor: steelblue
keyColor: red
colonColor: white
valueColor: papayawhip
valueColor: red
logs:
fgColor: white
bgColor: black
Expand Down