Skip to content

Commit

Permalink
[FEATURE] dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Mar 12, 2024
1 parent 4fbbb69 commit de0f423
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file added runtime/themes/dark/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions runtime/themes/dark/styles/variables.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

/*-- Var library colors --*/
* {
-fx-green: #48D792;
-fx-green-hover: #48D792;
-fx-greenTr: rgba(34, 234, 181, 0.12);
-fx-colors-text: #dddddd;
-fx-colors-text-hover: #d6d6d6;
-fx-colors-unactive: #545454;
-fx-colors-unactive-hover: #5e5e5e;
-fx-colors-base: #000000;
-fx-colors-baseG: #272729;
-fx-colors-baseGA: rgba(50, 50, 53, 0.5);
-fx-glass: rgba(108, 108, 108, 0.22);
-fx-glass-hover: rgba(101, 101, 101, 0.28);
-fx-colors-text-secondary: #c3d2da;
-fx-bg2: #5b5b5e;
-fx-red: #DB4D4D;
-fx-red-hover: #BA2E35;
-fx-gray: #323232;
-fx-violet: #6B36FF;
-fx-violet-hover: linear-gradient(to bottom right, #8D4CE0 0%, #5711FA 100%);
-fx-violet-hover2: rgba(65, 61, 100, 0.66);
-fx-violetTr: rgba(107, 54, 255, 0.18);
-fx-header: #A4B3BA;
-fx-header-hover: #D0D6D9;
-fx-scene-card: rgba(250, 250, 255, 0.50);
-fx-violetGR: linear-gradient(#8D4CE0 10.39%, #5D35B9 68.07%, #FAFAFF 68.07%);
-fx-ramGR: linear-gradient(from 50% 50% to 100% 100%, -fx-green, -fx-violet);
-fx-updateGR: linear-gradient(from 20% 20% to 100% 100%, -fx-violet, #5D35B9);
-fx-errorGR: linear-gradient(from 20% 20% to 100% 100%, #8D4CE0, #B93639);
-fx-effect-dropshadow: dropshadow(gaussian, rgba(0, 0, 0, 0.25), 30, 0, 0, 0);
}

0 comments on commit de0f423

Please sign in to comment.