Skip to content

Commit

Permalink
Currently, the default theme is darktable-elegant-grey
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce authored and elstoc committed Apr 22, 2024
1 parent 9611f9a commit 914ef93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/preferences-settings/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ create theme tweaks

## understanding darktable's themes

All of darktable's pre-built themes are provided as CSS files in `$DARKTABLE/share/darktable/themes/` (where `$DARKTABLE` is darktable's installation directory). The default theme is `darktable.css` and this contains the bulk of the code used to control the look-and-feel of darktable. A number of other themes are also provided but most of them use `darktable.css` as a base (by importing `darktable.css` using the `@import url` directive).
All of darktable's pre-built themes are provided as CSS files in `$DARKTABLE/share/darktable/themes/` (where `$DARKTABLE` is darktable's installation directory). The `darktable.css` theme contains the bulk of the code used to control the look-and-feel of darktable. A number of other themes are also provided but most of them use `darktable.css` as a base (by importing `darktable.css` using the `@import url` directive).

If you choose to create your own custom theme file you are advised to follow a similar approach -- import one of darktable's existing theme files using `@import url` (this directive expects relative paths) and then apply your own customisations on top. You do not need to do this when using the CSS text box in the preferences dialog -- attempting to use `@import url` in the CSS tweaks text box will not work correctly.

Expand Down

0 comments on commit 914ef93

Please sign in to comment.