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

dragon theme for wezterm #162

Open
ryoppippi opened this issue Aug 5, 2023 · 3 comments
Open

dragon theme for wezterm #162

ryoppippi opened this issue Aug 5, 2023 · 3 comments

Comments

@ryoppippi
Copy link

ryoppippi commented Aug 5, 2023

Thank you for creating this fantastic colorscheme.
I reallly love this and am using it for a while
Are there any other themes for wezterm other than the wave theme?

@marcelarie
Copy link

marcelarie commented Sep 13, 2023

I use this ones for dragon:

local kanagawa_dragon_colors = {
	foreground = "#c5c9c5",
	-- background = "#181616",
	background = "#000000",

	cursor_bg = "#C8C093",
	cursor_fg = "#C8C093",
	cursor_border = "#C8C093",

	selection_fg = "#C8C093",
	selection_bg = "#2D4F67",

	scrollbar_thumb = "#16161D",
	split = "#16161D",

	ansi = {
		"#0D0C0C",
		"#C4746E",
		"#8A9A7B",
		"#C4B28A",
		"#8BA4B0",
		"#A292A3",
		"#8EA4A2",
		"#C8C093",
	},
	brights = {
		"#A6A69C",
		"#E46876",
		"#87A987",
		"#E6C384",
		"#7FB4CA",
		"#938AA9",
		"#7AA89F",
		"#C5C9C5",
	},
	indexed = { [16] = "#B6927B", [17] = "#B98D7B" },
}

@ryoppippi
Copy link
Author

Cool! Thank you

@marcelarie
Copy link

I created a PR: #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants