diff --git a/ChangeLog.theme b/ChangeLog.theme index 582c05f5..21e2bd42 100644 --- a/ChangeLog.theme +++ b/ChangeLog.theme @@ -8,6 +8,10 @@ Changes since 1.12.1: used to fade the background of the terminal. Terminology sets it to the background color of the colorscheme. +Changes since 1.11.0: +-------------------- + * New default theme! + Changes since 1.8.0: -------------------- * Add group "terminology/color_preview" to display a preview of a diff --git a/THEMES.md b/THEMES.md index 6084b65d..82c141bd 100644 --- a/THEMES.md +++ b/THEMES.md @@ -17,14 +17,19 @@ on all the following edje groups: * `HIGHLIGHT`: the color used as main color when an element is highlighted * `GLOW_TXT`: text colors with some glow * `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 attention * `TAB_MISSED_OVER`: same but when the mouse is over that number * `TAB_TITLE`: the colors of the active tab title * `BG_SENDFILE` is the background color when there is a sendfile action. See `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 values: @@ -257,8 +262,12 @@ __TODO__ # Group `terminology/selection` 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`