Created
October 9, 2025 13:40
-
-
Save kkrypt0nn/6b6891baaa7b45a80cead96e5445c329 to your computer and use it in GitHub Desktop.
Kanagawa (Dragon, Lotus & Wave) Theme for PowerShell
This file contains hidden or 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
[ | |
{ | |
"background":"#181616", | |
"black":"#0D0C0C", | |
"blue":"#8BA4B0", | |
"brightBlack":"#A6A69C", | |
"brightBlue":"#7FB4CA", | |
"brightCyan":"#7AA89F", | |
"brightGreen":"#87A987", | |
"brightPurple":"#938AA9", | |
"brightRed":"#E46876", | |
"brightWhite":"#C5C9C5", | |
"brightYellow":"#E6C384", | |
"cursorColor":"#C5C9C5", | |
"cyan":"#8EA4A2", | |
"foreground":"#C5C9C5", | |
"green":"#8A9A7B", | |
"name":"Kanagawa Dragon", | |
"purple":"#A292A3", | |
"red":"#C4746E", | |
"selectionBackground":"#223249", | |
"white":"#C8C093", | |
"yellow":"#FF9E3B" | |
}, | |
{ | |
"background":"#F2ECBC", | |
"black":"#1F1F28", | |
"blue":"#4D699B", | |
"brightBlack":"#8A8980", | |
"brightBlue":"#6693BF", | |
"brightCyan":"#5E857A", | |
"brightGreen":"#6E915F", | |
"brightPurple":"#624C83", | |
"brightRed":"#D7474B", | |
"brightWhite":"#43436C", | |
"brightYellow":"#836F4A", | |
"cursorColor":"#43436C", | |
"cyan":"#597B75", | |
"foreground":"#545464", | |
"green":"#6F894E", | |
"name":"Kanagawa Lotus", | |
"purple":"#B35B79", | |
"red":"#C84053", | |
"selectionBackground":"#C7D7E0", | |
"white":"#545464", | |
"yellow":"#77713F" | |
}, | |
{ | |
"background":"#1F1F28", | |
"black":"#16161D", | |
"blue":"#7E9CD8", | |
"brightBlack":"#727169", | |
"brightBlue":"#7FB4CA", | |
"brightCyan":"#7AA89F", | |
"brightGreen":"#98BB6C", | |
"brightPurple":"#938AA9", | |
"brightRed":"#E82424", | |
"brightWhite":"#DCD7BA", | |
"brightYellow":"#E6C384", | |
"cursorColor":"#DCD7BA", | |
"cyan":"#6A9589", | |
"foreground":"#DCD7BA", | |
"green":"#76946A", | |
"name":"Kanagawa Wave", | |
"purple":"#957FB8", | |
"red":"#C34043", | |
"selectionBackground":"#223249", | |
"white":"#C8C093", | |
"yellow":"#C0A36E" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment