Skip to content

Instantly share code, notes, and snippets.

@hYdos
Created December 17, 2020 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hYdos/17ca2fe485dde4eef1dd57eeed04a3a1 to your computer and use it in GitHub Desktop.
Save hYdos/17ca2fe485dde4eef1dd57eeed04a3a1 to your computer and use it in GitHub Desktop.
matcher darkmode
.root {
-fx-base: #3f474f;
-fx-accent: #e7eff7 ;
-fx-default-button: #7f878f ;
-fx-focus-color: #efefef;
-fx-faint-focus-color: #efefef22;
-fx-focused-text-base-color : ladder(
-fx-selection-bar,
-fx-light-text-color 45%,
-fx-dark-text-color 46%,
-fx-dark-text-color 59%,
-fx-mid-text-color 60%
);
-fx-focused-mark-color : -fx-focused-text-base-color ;
}
.text-input:focused {
-fx-highlight-text-fill: ladder(
-fx-highlight-fill,
-fx-light-text-color 45%,
-fx-dark-text-color 46%,
-fx-dark-text-color 59%,
-fx-mid-text-color 60%
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment