Skip to content
Open
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions themes/Kanagawa Dragon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Kanagawa (Dragon) theme for Blink Shell / hterm
// Palette inspired by: https://github.com/rebelot/kanagawa.nvim

t.prefs_.set('color-palette-overrides', [
'#0d0c0c', // black
'#c4746e', // red
'#8a9a7b', // green
'#c4b28a', // yellow
'#8ba4b0', // blue
'#a292a3', // magenta
'#8ea4a2', // cyan
'#c8c093', // white
'#a6a69c', // bright black
'#e46876', // bright red
'#87a987', // bright green
'#e6c384', // bright yellow
'#7fb4ca', // bright blue
'#938aa9', // bright magenta
'#7aa89f', // bright cyan
'#c5c9c5' // bright white
]);

t.prefs_.set('foreground-color', '#c5c9c5');
t.prefs_.set('background-color', '#181616');
t.prefs_.set('cursor-color', 'rgba(197, 201, 197, 0.6)');
25 changes: 25 additions & 0 deletions themes/Kanagawa Lotus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Kanagawa (Lotus) theme for Blink Shell / hterm
// Palette inspired by: https://github.com/rebelot/kanagawa.nvim

t.prefs_.set('color-palette-overrides', [
'#1f1f28', // black
'#c84053', // red
'#6f894e', // green
'#77713f', // yellow
'#4d699b', // blue
'#b35b79', // magenta
'#597b75', // cyan
'#545464', // white
'#8a8980', // bright black
'#d7474b', // bright red
'#6e915f', // bright green
'#836f4a', // bright yellow
'#6693bf', // bright blue
'#624c83', // bright magenta
'#5e857a', // bright cyan
'#43436c' // bright white
]);

t.prefs_.set('foreground-color', '#545464');
t.prefs_.set('background-color', '#f2ecbc');
t.prefs_.set('cursor-color', 'rgba(84, 84, 100, 0.6)');
25 changes: 25 additions & 0 deletions themes/Kanagawa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Kanagawa (Wave) theme for Blink Shell / hterm
// Palette inspired by: https://github.com/rebelot/kanagawa.nvim

t.prefs_.set('color-palette-overrides', [
'#090618', // black
'#c34043', // red
'#76946a', // green
'#c0a36e', // yellow
'#7e9cd8', // blue
'#957fb8', // magenta
'#6a9589', // cyan
'#c8c093', // white
'#727169', // bright black
'#e82424', // bright red
'#98bb6c', // bright green
'#e6c384', // bright yellow
'#7fb4ca', // bright blue
'#938aa9', // bright magenta
'#7aa89f', // bright cyan
'#dcd7ba' // bright white
]);

t.prefs_.set('foreground-color', '#dcd7ba');
t.prefs_.set('background-color', '#1f1f28');
t.prefs_.set('cursor-color', 'rgba(220, 215, 186, 0.6)');