Skip to content

Commit

Permalink
Merge branch 'main' into options-menu-to-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored Sep 3, 2023
2 parents ba17185 + 0b4c9b7 commit a3d355b
Show file tree
Hide file tree
Showing 344 changed files with 584 additions and 170 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions en/.gitbook/assets/dark-custom (1) (1) (1) (1) (1) (2) (1) (1).css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.root {
-jr-theme: #1982C4;
-jr-accent: #156CA2;
-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-mid-text-color: white;
/* -fx-light-text-color: #9aa3af;*/
-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;
}
99 changes: 99 additions & 0 deletions en/.gitbook/assets/dark-custom (1) (1) (1) (1) (1) (2) (1) (2).css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.root {
-jr-theme: #1982C4;
-jr-accent: #156CA2;
-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-mid-text-color: white;
/* -fx-light-text-color: #9aa3af;*/
-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;
}
99 changes: 99 additions & 0 deletions en/.gitbook/assets/dark-custom (1) (1) (1) (1) (1) (2) (1) (3).css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.root {
-jr-theme: #1982C4;
-jr-accent: #156CA2;
-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-mid-text-color: white;
/* -fx-light-text-color: #9aa3af;*/
-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;
}
99 changes: 99 additions & 0 deletions en/.gitbook/assets/dark-custom (1) (1) (1) (1) (1) (2) (1) (4).css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.root {
-jr-theme: #1982C4;
-jr-accent: #156CA2;
-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-mid-text-color: white;
/* -fx-light-text-color: #9aa3af;*/
-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

0 comments on commit a3d355b

Please sign in to comment.