Skip to content

Commit

Permalink
Merge pull request #9 from the-dino-girl/main
Browse files Browse the repository at this point in the history
new light and dark themes
  • Loading branch information
Siedlerchr authored Aug 30, 2023
2 parents 4b052f5 + 9e08b6c commit c44a65c
Show file tree
Hide file tree
Showing 20 changed files with 6,378 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.root {
-jr-theme: #F5F5F5;
-jr-accent: #000000;
-jr-selected: -jr-accent;
-jr-hover: #fff1;


-jr-red: #b71c1f;
-jr-light-red: #db1d2b;
-jr-green: #1cb631;
-jr-light-green: #28d93c;
-jr-blue: #2c2cb7;
-jr-light-blue: #3a3ad9;
-jr-purple: #b72486;
-jr-light-purple: #d927a8;
-jr-yellow: #b5b021;
-jr-orange: #b77620;

-jr-base: #141824;

-jr-background-alt: #151924;
-jr-menu-background: #141824;
-jr-toolbar: -jr-menu-background;
-jr-sidepane-background: #212330;
-jr-search-background: #2c2e3b;

-jr-sidepane-header-background: -jr-background-alt;
-jr-group-hits-bg: -jr-background-alt;
-jr-group-hits-fg: -fx-light-text-color;
-fx-control-inner-background: #272b38;

-fx-control-inner-background-alt: -fx-control-inner-background;

-fx-dark-text-color: black;
-fx-mid-text-color: #7d8591;
-fx-light-text-color: #9aa3af;
-jr-separator: #333744;
-fx-outer-border: #424758;

-jr-icon: -fx-light-text-color;
-jr-icon-active: derive(-fx-light-text-color, 50%);
-jr-icon-background-active: -jr-hover;
-jr-icon-background-armed: #fff2;

-jr-menu-foreground: -fx-light-text-color;
-jr-menu-item-foreground: -fx-light-text-color;
-jr-menu-forground-active: derive(-fx-light-text-color, 50%);

-jr-scrollbar-thumb: -fx-light-text-color;
-jr-scrollbar-track: derive(-fx-control-inner-background, -90%);

-fx-focused-text-base-color: -fx-dark-text-color;

-jr-tooltip-fg: derive(-fx-light-text-color, 50%);

-jr-drag-target: -jr-accent;
-jr-drag-target-hover: -jr-accent;
}

#previewBody {
background-color: #272b38; /* -fx-control-inner-background*/
color: white;
}

.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}

.code-area .lineno {
-fx-background-color: -jr-background-alt;
-fx-text-fill: -fx-mid-text-color;
}

.text-unchanged {
-fx-fill: -fx-light-text-color;
}

.radio-button > .radio {
-fx-background-color: -fx-light-text-color, -fx-control-inner-background;
}

.numberColumn > .hits:any-selected {
-fx-background-color: derive(-jr-gray-3, 70%);
}

.numberColumn > .hits:all-selected {
-fx-background-color: -jr-gray-3;
}

#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}

/* Biblatex Source Code */
.code-area .text {
-fx-font-family: monospace;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.root {
-jr-theme: #F5F5F5;
-jr-accent: #000000;
-jr-selected: -jr-accent;
-jr-hover: #fff1;


-jr-red: #b71c1f;
-jr-light-red: #db1d2b;
-jr-green: #1cb631;
-jr-light-green: #28d93c;
-jr-blue: #2c2cb7;
-jr-light-blue: #3a3ad9;
-jr-purple: #b72486;
-jr-light-purple: #d927a8;
-jr-yellow: #b5b021;
-jr-orange: #b77620;

-jr-base: #141824;

-jr-background-alt: #151924;
-jr-menu-background: #141824;
-jr-toolbar: -jr-menu-background;
-jr-sidepane-background: #212330;
-jr-search-background: #2c2e3b;

-jr-sidepane-header-background: -jr-background-alt;
-jr-group-hits-bg: -jr-background-alt;
-jr-group-hits-fg: -fx-light-text-color;
-fx-control-inner-background: #272b38;

-fx-control-inner-background-alt: -fx-control-inner-background;

-fx-dark-text-color: black;
-fx-mid-text-color: white;
-fx-light-text-color: white;
-jr-separator: #333744;
-fx-outer-border: #424758;

-jr-icon: -fx-light-text-color;
-jr-icon-active: derive(-fx-light-text-color, 50%);
-jr-icon-background-active: -jr-hover;
-jr-icon-background-armed: #fff2;

-jr-menu-foreground: -fx-light-text-color;
-jr-menu-item-foreground: -fx-light-text-color;
-jr-menu-forground-active: derive(-fx-light-text-color, 50%);

-jr-scrollbar-thumb: -fx-light-text-color;
-jr-scrollbar-track: derive(-fx-control-inner-background, -90%);

-fx-focused-text-base-color: -fx-dark-text-color;

-jr-tooltip-fg: derive(-fx-light-text-color, 50%);

-jr-drag-target: -jr-accent;
-jr-drag-target-hover: -jr-accent;
}

#previewBody {
background-color: #272b38; /* -fx-control-inner-background*/
color: white;
}

.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}

.code-area .lineno {
-fx-background-color: -jr-background-alt;
-fx-text-fill: -fx-mid-text-color;
}

.text-unchanged {
-fx-fill: -fx-light-text-color;
}

.radio-button > .radio {
-fx-background-color: -fx-light-text-color, -fx-control-inner-background;
}

.numberColumn > .hits:any-selected {
-fx-background-color: derive(-jr-gray-3, 70%);
}

.numberColumn > .hits:all-selected {
-fx-background-color: -jr-gray-3;
}

#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}

/* Biblatex Source Code */
.code-area .text {
-fx-font-family: monospace;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.root {
-jr-theme: #7B3F00;
-jr-accent: #3F000F;
-jr-selected: -jr-accent;
-jr-hover: #fff1;


-jr-red: #b71c1f;
-jr-light-red: #db1d2b;
-jr-green: #1cb631;
-jr-light-green: #28d93c;
-jr-blue: #2c2cb7;
-jr-light-blue: #3a3ad9;
-jr-purple: #b72486;
-jr-light-purple: #d927a8;
-jr-yellow: #b5b021;
-jr-orange: #b77620;

-jr-base: #141824;

-jr-background-alt: #151924;
-jr-menu-background: #141824;
-jr-toolbar: -jr-menu-background;
-jr-sidepane-background: #212330;
-jr-search-background: #2c2e3b;

-jr-sidepane-header-background: -jr-background-alt;
-jr-group-hits-bg: -jr-background-alt;
-jr-group-hits-fg: -fx-light-text-color;
-fx-control-inner-background: #272b38;

-fx-control-inner-background-alt: -fx-control-inner-background;

-fx-dark-text-color: black;
-fx-mid-text-color: #7d8591;
-fx-light-text-color: #9aa3af;
-jr-separator: #333744;
-fx-outer-border: #424758;

-jr-icon: -fx-light-text-color;
-jr-icon-active: derive(-fx-light-text-color, 50%);
-jr-icon-background-active: -jr-hover;
-jr-icon-background-armed: #fff2;

-jr-menu-foreground: -fx-light-text-color;
-jr-menu-item-foreground: -fx-light-text-color;
-jr-menu-forground-active: derive(-fx-light-text-color, 50%);

-jr-scrollbar-thumb: -fx-light-text-color;
-jr-scrollbar-track: derive(-fx-control-inner-background, -90%);

-fx-focused-text-base-color: -fx-dark-text-color;

-jr-tooltip-fg: derive(-fx-light-text-color, 50%);

-jr-drag-target: -jr-accent;
-jr-drag-target-hover: -jr-accent;
}

#previewBody {
background-color: #272b38; /* -fx-control-inner-background*/
color: white;
}

.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}

.code-area .lineno {
-fx-background-color: -jr-background-alt;
-fx-text-fill: -fx-mid-text-color;
}

.text-unchanged {
-fx-fill: -fx-light-text-color;
}

.radio-button > .radio {
-fx-background-color: -fx-light-text-color, -fx-control-inner-background;
}

.numberColumn > .hits:any-selected {
-fx-background-color: derive(-jr-gray-3, 70%);
}

.numberColumn > .hits:all-selected {
-fx-background-color: -jr-gray-3;
}

#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}

/* Biblatex Source Code */
.code-area .text {
-fx-font-family: monospace;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
.root {
-jr-theme: #7B3F00;
-jr-accent: #3F000F;
-jr-selected: -jr-accent;
-jr-hover: #fff1;


-jr-red: #b71c1f;
-jr-light-red: #db1d2b;
-jr-green: #1cb631;
-jr-light-green: #28d93c;
-jr-blue: #2c2cb7;
-jr-light-blue: #3a3ad9;
-jr-purple: #b72486;
-jr-light-purple: #d927a8;
-jr-yellow: #b5b021;
-jr-orange: #b77620;

-jr-base: #141824;

-jr-background-alt: #151924;
-jr-menu-background: #141824;
-jr-toolbar: -jr-menu-background;
-jr-sidepane-background: #212330;
-jr-search-background: #2c2e3b;

-jr-sidepane-header-background: -jr-background-alt;
-jr-group-hits-bg: -jr-background-alt;
-jr-group-hits-fg: -fx-light-text-color;
-fx-control-inner-background: #272b38;

-fx-control-inner-background-alt: -fx-control-inner-background;

-fx-dark-text-color: black;
-fx-mid-text-color: white;
-fx-light-text-color: white;
-jr-separator: #333744;
-fx-outer-border: #424758;

-jr-icon: -fx-light-text-color;
-jr-icon-active: derive(-fx-light-text-color, 50%);
-jr-icon-background-active: -jr-hover;
-jr-icon-background-armed: #fff2;

-jr-menu-foreground: -fx-light-text-color;
-jr-menu-item-foreground: -fx-light-text-color;
-jr-menu-forground-active: derive(-fx-light-text-color, 50%);

-jr-scrollbar-thumb: -fx-light-text-color;
-jr-scrollbar-track: derive(-fx-control-inner-background, -90%);

-fx-focused-text-base-color: -fx-dark-text-color;

-jr-tooltip-fg: derive(-fx-light-text-color, 50%);

-jr-drag-target: -jr-accent;
-jr-drag-target-hover: -jr-accent;
}

#previewBody {
background-color: #272b38; /* -fx-control-inner-background*/
color: white;
}

.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}

.code-area .lineno {
-fx-background-color: -jr-background-alt;
-fx-text-fill: -fx-mid-text-color;
}

.text-unchanged {
-fx-fill: -fx-light-text-color;
}

.radio-button > .radio {
-fx-background-color: -fx-light-text-color, -fx-control-inner-background;
}

.numberColumn > .hits:any-selected {
-fx-background-color: derive(-jr-gray-3, 70%);
}

.numberColumn > .hits:all-selected {
-fx-background-color: -jr-gray-3;
}

#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}

/* Biblatex Source Code */
.code-area .text {
-fx-font-family: monospace;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c44a65c

Please sign in to comment.