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

terminal stays white #3

Open
Mcofir opened this issue Nov 1, 2023 · 1 comment
Open

terminal stays white #3

Mcofir opened this issue Nov 1, 2023 · 1 comment

Comments

@Mcofir
Copy link

Mcofir commented Nov 1, 2023

thank you for the theme! the terminal stays white ,theres a fix ? bluej version 5.2.1

@Mcofir
Copy link
Author

Mcofir commented Nov 1, 2023

changed the terminal.css to this code and it fixed it, please update the file in the theme

/*
.terminal .virtual-flow {
-fx-gravity: rear;
}
/
.terminal-split {
-fx-orientation: vertical;
}
.terminal {
-fx-background-color: #222222;
}
.terminal-output {
-fx-background-color: #222222;
-fx-fill: white;
}
.terminal-input {
-fx-fill: rgb(114, 163, 219); /
modified /
}
.terminal-method-record {
-fx-fill: rgb(160, 99, 99); /
modified /
}
.terminal-error {
-fx-fill: rgb(255, 122, 122); /
modified /
-fx-background-color: #222222;
}
.terminal-stack-link {
-fx-fill: rgb(255, 179, 179); /
modified /
-rtfx-underline-color: rgb(255, 122, 122); /
modified /
-rtfx-underline-width: 2;
-fx-cursor: hand;
}
.terminal-stack-foreign {
-fx-fill: hsb(0, 0%, 30%); /
modified */
}

/* Show prompt text even when we are focused: /
.terminal-input-field {
-fx-prompt-text-fill: hsb(0, 0%, 30%); /
modified */
}

@Mcofir Mcofir closed this as completed Nov 1, 2023
@Mcofir Mcofir reopened this Nov 1, 2023
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

1 participant