Compare commits

...

4 Commits

Author SHA1 Message Date
Boris Faure e7c29b78a1
colorschemes: update selection arrows 2022-09-25 18:24:37 +02:00
Boris Faure d51d45a308
default theme: fix typo in comment 2022-09-25 12:52:19 +02:00
Boris Faure 3d56585466
THEMES: update on colorschemes used for selection arrows 2022-09-24 18:19:59 +02:00
Boris Faure 0c918a1498
colorschemes/default theme: apply the color defined for the selection arrows 2022-09-24 17:24:10 +02:00
24 changed files with 44 additions and 25 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
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

View File

@ -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`

View File

@ -12,7 +12,7 @@ license = CC-BY-SA-4.0
bg = #d5ccba
main = #964700
hl = #332211
end_sel = #ff3300
end_sel = #bf5b00
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = CC-BY-SA-4.0
bg = #20111b
main = #e26b00
hl = #ffffff
end_sel = #ff3300
end_sel = #bf5b00
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = BSD-2-Clause
bg = #000000
main = #dcdcdc
hl = #ffffff
end_sel = #ff0000
end_sel = #ffffff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #122637
main = #f0cb09
hl = #ffffff
end_sel = #ff3300
end_sel = #f0cb09
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -1,3 +1,4 @@
# The content is hard coded in src/bin/colors.c
[Main]
version = 1
@ -12,7 +13,7 @@ license = BSD-2-Clause
bg = #202020
main = #3599ff
hl = #ffffff
end_sel = #ff3300
end_sel = #3599ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #282A36
main = #bd93f9
hl = #ffffff
end_sel = #ff3300
end_sel = #bd93f9
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #000000
main = #4d729f
hl = #ffffff
end_sel = #ff3300
end_sel = #3599ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -16,7 +16,7 @@ license = BSD-2-Clause
bg = #001800
main = #3599ff
hl = #ffffff
end_sel = #ff3300
end_sel = #3599ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = BSD-2-Clause
bg = #303030
main = #dcdcdc
hl = #ffffff
end_sel = #ff0000
end_sel = #ffffff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #1a1a1a
main = #3399ff
hl = #ffffff
end_sel = #ff0000
end_sel = #3599ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #2e3440
main = #88c0d0
hl = #ffffff
end_sel = #ff3300
end_sel = #88c0d0
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #2b303b
main = #3399ff
hl = #ffffff
end_sel = #ff0000
end_sel = #3399ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #21252b
main = #abb2bf
hl = #ffffff
end_sel = #ff3300
end_sel = #abb2bf
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #292d3e
main = #ffcc00
hl = #ffffff
end_sel = #ff3300
end_sel = #ffcc00
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #000000
main = #3399ff
hl = #ffffff
end_sel = #ff0000
end_sel = #3399ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #f7f2f2
main = #e796b0
hl = #222222
end_sel = #ff3300
end_sel = #e796b0
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #fdf6e3
main = #aa9966
hl = #222222
end_sel = #ff0000
end_sel = #aa9966
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = MIT
bg = #002b36
main = #3399ff
hl = #ffffff
end_sel = #ff0000
end_sel = #3399ff
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = Public Domain
bg = #2e3436
main = #f57900
hl = #ffffff
end_sel = #ff3300
end_sel = #f57900
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -12,7 +12,7 @@ license = Public Domain
bg = #eeeeec
main = #ce5c00
hl = #222222
end_sel = #ff3300
end_sel = #ce5c00
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000

View File

@ -144,7 +144,7 @@ group { name: "terminology/selection";
action: STATE_SET "bottomfull" 0.0;
TARGETS;
}
// top and bottom swallows used to coimmunicate via min/max size the
// top and bottom swallows used to communicate via min/max size the
// size of the top and bottom lines
part { name: "terminology.top_left"; type: SWALLOW;
mouse_events: 0;

View File

@ -21,7 +21,7 @@ static Color_Scheme default_colorscheme =
.bg = CS(32, 32, 32), /* #202020 */
.main = CS(53, 153, 255), /* #3599ff */
.hl = CS(255,255,255), /* #ffffff */
.end_sel = CS(255,51,0), /* #ff3300 */
.end_sel = CS(53, 153, 255), /* #3599ff */
.tab_missed_1 = CS(255,153,51), /* #ff9933 */
.tab_missed_2 = CS(255,51,0), /* #ff3300 */
.tab_missed_3 = CS(255,0,0), /* #ff0000 */
@ -638,6 +638,11 @@ color_scheme_apply(Evas_Object *edje,
CS_SET_MANY("GLOW_TXT_HIGHLIGHT", hl, main, main);
CS_SET("END_SELECTION", end_sel);
CS_SET("/fg/normal/term/selection/arrow/left", end_sel);
CS_SET("/fg/normal/term/selection/arrow/down", end_sel);
CS_SET("/fg/normal/term/selection/arrow/up", end_sel);
CS_SET("/fg/normal/term/selection/arrow/right", end_sel);
CS_SET_MANY("TAB_MISSED", tab_missed_1, tab_missed_2, tab_missed_3);
CS_SET_MANY("TAB_MISSED_OVER",
tab_missed_over_1, tab_missed_over_2, tab_missed_over_3);