summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-24 19:43:50 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-24 19:43:50 +0300
commitd0f44017459b148257f631826c4c9aa62d5d9d6f (patch)
treef042ff6eb2103ed40c40a12f3b54802f90ec9d1b /res
parent6ec80b3548bd73da51338240b004ac42309bc2b4 (diff)
Updated Help: color themes
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi26
1 files changed, 22 insertions, 4 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 80eb62ab..802c1a21 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -24,7 +24,7 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
24* Sidebar for page outline, managing bookmarks and identities, and viewing history 24* Sidebar for page outline, managing bookmarks and identities, and viewing history
25* Multiple tabs 25* Multiple tabs
26* Identity management — create and use TLS client certificates 26* Identity management — create and use TLS client certificates
27* Light and dark UI themes 27* Light and dark color themes
28* Select and copy text with the mouse 28* Select and copy text with the mouse
29* Find text on the page 29* Find text on the page
30* Open image links inline on the same page 30* Open image links inline on the same page
@@ -56,6 +56,7 @@ One way to browse Gemini content is via web browser extensions or proxies that t
56# User interface 56# User interface
57 57
58Lagrange's user interface is modeled after web browsers: 58Lagrange's user interface is modeled after web browsers:
59
59* There is a navigation bar at the top with Back and Forward buttons. 60* There is a navigation bar at the top with Back and Forward buttons.
60* There is a tab bar for switching tabs. The tab bar is hidden if there is only one tab open. 61* There is a tab bar for switching tabs. The tab bar is hidden if there is only one tab open.
61* There is a sidebar for managing bookmarks and TLS identities, and viewing history and the page outline. The sidebar is hidden by default. 62* There is a sidebar for managing bookmarks and TLS identities, and viewing history and the page outline. The sidebar is hidden by default.
@@ -94,7 +95,7 @@ The page cache is saved to a file when Lagrange is shut down so it can be restor
94 95
95### Opening links in a new tab 96### Opening links in a new tab
96 97
97Holding down ${CTRL} when clicking on a link causes it to open in a new tab. 98Holding down ${CTRL} when left-clicking on a link causes it to open in a new tab. Alternatively, middle-clicking a link has the same effect.
98 99
99Right-clicking on a link shows a link-specific context menu. From there, you can also open the link in a new background tab, which will keep the current tab open. 100Right-clicking on a link shows a link-specific context menu. From there, you can also open the link in a new background tab, which will keep the current tab open.
100 101
@@ -172,9 +173,26 @@ The 🔃 button on the right side of the URL input field is the Reload/Stop butt
172 173
173You can find a number of settings in Preferences to customize what the user interface and page contents look like. 174You can find a number of settings in Preferences to customize what the user interface and page contents look like.
174 175
175### Window color theme 176### Color themes
177
178Lagrange supports configuring dark and light modes separately. You can select a different page content color theme for dark mode and light mode.
179
180There are four different UI color themes: two for dark mode, and two for light mode. These can be selected on the "General" tab of the Preferences dialog:
181
182* Dark mode: "Pure Black" and "Dark" have a fully black or dark gray UI.
183* Light mode: "Pure White" and "Light" have completety white or light gray UI.
184
185On macOS, Lagrange will automatically switch between dark and light modes if the "Use system theme" setting is enabled. On other platforms you'll need to switch manually.
186
187The page content color themes are selected on the "Colors" tab of Preferences. The "Dark theme" is active in dark mode, and the "Light theme" is active in light mode.
176 188
177... 189* Colorful Dark: All elements of the page are colored; the background is dark and text is light. This mode provides the best visual distinction between different domains because more color combinations are available.
190* Colorful Light: A single, bright background color with black text. This is the most colorful light theme. Note that colored backgrounds may reduce readability.
191* Black: Gray body text and brightly colored headings on a black background.
192* Gray: Slightly brighter version of Black, i.e., gray body text and colored headings on a gray background.
193* White: Colored headings on a white background.
194* Sepia: Light sepia background with black text. Does not change depending on domain; use this for readability if you prefer a sepia reading experience.
195* High Contrast: White background with black text. Does not change depending on domain; use this for readability if you prefer maximum contrast between text and the background.
178 196
179### Page style 197### Page style
180 198