We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
thank you for the theme! the terminal stays white ,theres a fix ? bluej version 5.2.1
The text was updated successfully, but these errors were encountered:
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 */ }
Sorry, something went wrong.
No branches or pull requests
thank you for the theme! the terminal stays white ,theres a fix ? bluej version 5.2.1
The text was updated successfully, but these errors were encountered: