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

Add some extra default color schemes #124

Open
AObuchow opened this issue Aug 1, 2020 · 3 comments
Open

Add some extra default color schemes #124

AObuchow opened this issue Aug 1, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@AObuchow
Copy link
Owner

AObuchow commented Aug 1, 2020

Since I intend to allow users to save & load color schemes, it makes sense to include some extra default color schemes.
I'm making this bug to track color schemes that I like and might want to include.

@AObuchow AObuchow added the enhancement New feature or request label Aug 1, 2020
@AObuchow
Copy link
Owner Author

AObuchow commented Aug 1, 2020

ColorScheme {
    --background-color: #1F2531;
    --base-color: #252C3B;
    --accent-color: #D70000;
}

image

Based off of the Godot Editor's color scheme.

@AObuchow
Copy link
Owner Author

ColorScheme {
    --background-color: #0E1014;
    --base-color: #171C26;
    --accent-color: #C4A000;
}

image

Similar to above, just darker and with yellow accent

@AObuchow
Copy link
Owner Author

ColorScheme {
    --background-color: #0C141B;
    --base-color: #101C27;
    --accent-color: #D70072;
}

image

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

No branches or pull requests

1 participant