THEMES: update on colorschemes used for selection arrows

This commit is contained in:
Boris Faure 2022-09-24 18:11:21 +02:00
parent 0c918a1498
commit 3d56585466
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: EAA9CD729F522998
2 changed files with 16 additions and 3 deletions

View File

@ -8,6 +8,10 @@ Changes since 1.12.1:
used to fade the background of the terminal. Terminology sets it to the used to fade the background of the terminal. Terminology sets it to the
background color of the colorscheme. background color of the colorscheme.
Changes since 1.11.0:
--------------------
* New default theme!
Changes since 1.8.0: Changes since 1.8.0:
-------------------- --------------------
* Add group "terminology/color_preview" to display a preview of a * Add group "terminology/color_preview" to display a preview of a

View File

@ -17,14 +17,19 @@ on all the following edje groups:
* `HIGHLIGHT`: the color used as main color when an element is highlighted * `HIGHLIGHT`: the color used as main color when an element is highlighted
* `GLOW_TXT`: text colors with some glow * `GLOW_TXT`: text colors with some glow
* `GLOW_TXT_HIGHLIGHT`: text with glow that is highlighted * `GLOW_TXT_HIGHLIGHT`: text with glow that is highlighted
* `END_SELECTION`: on selections, the color of the handles used to expand or shrink
the area of the selection
* `TAB_MISSED`: the number of tabs where a bell has rung, tabs that need * `TAB_MISSED`: the number of tabs where a bell has rung, tabs that need
attention attention
* `TAB_MISSED_OVER`: same but when the mouse is over that number * `TAB_MISSED_OVER`: same but when the mouse is over that number
* `TAB_TITLE`: the colors of the active tab title * `TAB_TITLE`: the colors of the active tab title
* `BG_SENDFILE` is the background color when there is a sendfile action. See * `BG_SENDFILE` is the background color when there is a sendfile action. See
`man tysend`. It is set to `#404040`. `man tysend`. It is set to `#404040`.
* `END_SELECTION`: on selections, the color of the handles used to expand or shrink
the area of the selection
* `/fg/normal/term/selection/arrow/left`,
`/fg/normal/term/selection/arrow/down`,
`/fg/normal/term/selection/arrow/up`,
`/fg/normal/term/selection/arrow/right` replace `END_SELECTION` and are used
to control the different arrows used to change the area of the selection
The following table explains how color classes are set from color scheme The following table explains how color classes are set from color scheme
values: values:
@ -257,8 +262,12 @@ __TODO__
# Group `terminology/selection` # Group `terminology/selection`
An object used when selecting text. An object used when selecting text.
__TODO__
## Parts
### Parts `terminology.top_left` and `terminology.bottom_right`
Swallow parts used to communicate via min/max size the size of the top and
bottom lines.
# Group `terminology/cursor` # Group `terminology/cursor`