-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdefault.css
More file actions
26 lines (23 loc) · 1.18 KB
/
Copy pathdefault.css
File metadata and controls
26 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***********************************************************************
* default.css - J-Pilot default theme
*
* The default theme deliberately has no hue of its own: it borrows the
* desktop's own selection color as the accent, so J-Pilot looks like a
* native application of whatever GTK theme the user is running, light
* or dark. The named themes (blue.css, green.css, purple.css, steel.css) override the
* accent with a fixed hue instead.
*
* All of the shared widget rules live in jpilot-common.css.
*
* NOTE: this theme is not self-contained. If you copy it into
* ~/.jpilot/ to customize it, copy jpilot-common.css alongside it --
* the @import below is resolved relative to this file's directory.
***********************************************************************/
@define-color jp_accent @theme_selected_bg_color;
@define-color jp_accent_fg @theme_selected_fg_color;
/* No tint: the default theme stays the plain system background so
J-Pilot looks like a native application. The named themes wash
their chrome with their hue instead. */
@define-color jp_chrome @theme_bg_color;
@define-color jp_content @theme_base_color;
@import url("jpilot-common.css");