From 3ef5415d6264bd0005f1db4dd66847b1d793c0e6 Mon Sep 17 00:00:00 2001 From: Julien Heroguelle Date: Fri, 3 May 2024 15:32:16 +0200 Subject: [PATCH] Add kanagawa skin (#2676) --- skins/kanagawa.yaml | 114 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 skins/kanagawa.yaml diff --git a/skins/kanagawa.yaml b/skins/kanagawa.yaml new file mode 100644 index 00000000..11b44522 --- /dev/null +++ b/skins/kanagawa.yaml @@ -0,0 +1,114 @@ +# ----------------------------------------------------------------------------- +# Kanagawa Skin +# ----------------------------------------------------------------------------- + +# Styles... +foreground: &foreground "#dcd7ba" +background: &background "#1f1f28" +black: &black "#090618" +blue: &blue "#7e9cd8" +green: &green "#76946a" +grey: &grey "#727169" +orange: &orange "#ffa066" +purple: &purple "#957fb8" +red: &red "#c34043" +yellow: &yellow "#c0a36e" +yellow_bright: &yellow_bright "#e6c384" + +# Skin... +k9s: + body: + fgColor: *foreground + bgColor: *background + logoColor: *green + prompt: + fgColor: *foreground + bgColor: *background + suggestColor: *orange + info: + fgColor: *grey + sectionColor: *green + help: + fgColor: *foreground + bgColor: *background + keyColor: *yellow + numKeyColor: *blue + sectionColor: *purple + dialog: + fgColor: *black + bgColor: *background + buttonFgColor: *foreground + buttonBgColor: *green + buttonFocusFgColor: *black + buttonFocusBgColor: *blue + labelFgColor: *orange + fieldFgColor: *blue + frame: + border: + fgColor: *green + focusColor: *green + menu: + fgColor: *grey + keyColor: *yellow + numKeyColor: *yellow + crumbs: + fgColor: *black + bgColor: *green + activeColor: *yellow + status: + newColor: *blue + modifyColor: *green + addColor: *grey + pendingColor: *orange + errorColor: *red + highlightColor: *yellow + killColor: *purple + completedColor: *grey + title: + fgColor: *blue + bgColor: *background + highlightColor: *purple + counterColor: *foreground + filterColor: *blue + views: + charts: + bgColor: *background + defaultDialColors: + - *green + - *red + defaultChartColors: + - *green + - *red + table: + fgColor: *yellow + bgColor: *background + cursorFgColor: *black + cursorBgColor: *blue + markColor: *yellow_bright + header: + fgColor: *grey + bgColor: *background + sorterColor: *orange + xray: + fgColor: *blue + bgColor: *background + cursorColor: *foreground + graphicColor: *yellow_bright + showIcons: false + yaml: + keyColor: *red + colonColor: *grey + valueColor: *grey + logs: + fgColor: *grey + bgColor: *background + indicator: + fgColor: *blue + bgColor: *background + toggleOnColor: *red + toggleOffColor: *grey + help: + fgColor: *grey + bgColor: *background + indicator: + fgColor: *blue