Commit Graph

3261 Commits

Author SHA1 Message Date
Boris Faure 049af922e2
termio: remove useless variable 2020-11-14 22:47:07 +01:00
Boris Faure 38e72737ca
main: reorganize options 2020-11-14 22:32:22 +01:00
Boris Faure 5b3cd9149c
config: ensure config->colorscheme is set. Closes T8855 2020-11-14 22:16:35 +01:00
Boris Faure c2cd0035e4
test malloc/calloc's return. Fix CID1436182 2020-11-11 23:08:22 +01:00
Boris Faure 7465f46a9f
utils: add open_url() to avoid code duplication 2020-11-11 22:51:51 +01:00
Boris Faure 6122b12e4f
options_colors: add ctx popup to go to color scheme's website 2020-11-11 21:27:44 +01:00
Boris Faure aa63957dfc
options_colors: add tooltip on color scheme preview 2020-11-11 21:27:44 +01:00
Boris Faure e96347d153
colors: there are 4 color sets… 2020-11-11 19:01:06 +01:00
Philippe Jean Guillaumie 110676c3bf Translated using Weblate (French)
Currently translated at 100.0% (244 of 244 strings)

Co-authored-by: Philippe Jean Guillaumie <similar@orange.fr>
Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/fr/
Translation: Terminology/Terminology
2020-11-10 23:55:03 +01:00
Boris Faure 24e7b9836b
remove themes that were only a color scheme variant of default/mild 2020-11-10 23:53:50 +01:00
Boris Faure cff8cbc26d
tools: add script to show colors in normal/bright/faint/bright+faint 2020-11-10 00:05:40 +01:00
Boris Faure 5e3c8bfd83
config: upgrade to set color schemes 2020-11-10 00:04:27 +01:00
Boris Faure 0bca9372ab
colorschemes: add Black.ini 2020-11-09 23:26:08 +01:00
Boris Faure 0a85423759
main: add --colorscheme 2020-11-09 22:26:23 +01:00
Boris Faure 7bb1639260
options_colors: be able to select color scheme 2020-11-04 23:17:32 +01:00
Boris Faure 17246e5d84
config: add color_scheme
TODO: set it from current theme
2020-11-04 23:14:33 +01:00
Boris Faure 005806470a
colors: add color_scheme_dup() 2020-11-04 23:13:43 +01:00
Boris Faure 465a894a2e
options_color: rewrite to display color schemes 2020-11-03 23:33:42 +01:00
Boris Faure ac1bc02293
options_themepv: add color mode 2020-11-03 23:33:01 +01:00
Boris Faure f82f1b25ac
colorschemes: compute BrightFaint color block 2020-11-03 23:31:09 +01:00
Boris Faure 962c99f3e2
colors: have 4 blocks: normal, bright, faint and bright+faint 2020-11-03 23:31:09 +01:00
Boris Faure e2a96be73d
gen_faint.py: change factor to 75% + generate BrightFaint 2020-11-03 23:31:09 +01:00
Boris Faure dc0fe07bc4
colorschemes: add script to generate faint colors 2020-11-03 23:31:08 +01:00
Boris Faure dfe5d28b7d
colors: have a simpler structure for normal/bright/faint 2020-11-03 23:31:08 +01:00
Boris Faure 91cf60e02a
ini2desc.py: work with new format 2020-11-03 23:31:08 +01:00
Boris Faure 64eb46b032
Solarized Light.ini: rewrite 2020-11-03 23:31:08 +01:00
Boris Faure 95c2de1f1f
Solarized.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure f09e0a4700
Smyck.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure bf8ef61e33
PaperColor.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure 241f13c6d2
Ocean Dark.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure ce9d142f6d
Mustang.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure 2f3b2b9303
Mild.ini: rewrite 2020-11-03 23:31:07 +01:00
Boris Faure afc355cdef
Nord.ini: rewrite 2020-11-03 23:30:53 +01:00
Boris Faure a46ca7ce34
options_themepv: remove unused macro 2020-11-03 23:13:32 +01:00
Boris Faure b77a2c3c95
termio: add termio_character_size_get() 2020-11-03 23:06:47 +01:00
Boris Faure c1e82b90b3
config: set xterm_256color as default
This is still configurable and is nowadays, widely accepted.
2020-10-29 21:13:12 +01:00
Boris Faure 0c25e408d6
termiointernals: add comment about using bright but not bold 2020-10-27 23:52:02 +01:00
Boris Faure 6ff8b36a23
colors: do not use bold/bright and faint/dim at the same time
In that case: use the bold font weight if available and the faint color
2020-10-27 23:52:02 +01:00
Carsten Haitzler 7d4bd31e9d terminology - use icon name not full path ao icon themes can override
desktop file modification - simpler now too.
2020-10-27 21:47:11 +00:00
Boris Faure 4b15e30b68
colors: oops 2020-10-26 21:39:31 +01:00
Boris Faure 0ea7705195
options_themepv: add color scheme option 2020-10-20 22:35:02 +02:00
Boris Faure 16cdc7ae10
ini2desc.py: bad indentation 2020-10-19 23:04:01 +02:00
Boris Faure 1f6bfe3323
theme: use theme_file if provided
Fixed theme ui
2020-10-18 23:16:36 +02:00
Boris Faure 93da3f87b7
theme: have only one theme_apply function
No more one about theming an elm_layout, nor using only the default theme.
Also, be able to chose which color scheme to use
2020-10-18 22:35:27 +02:00
Boris Faure 458f9a6da6
theme: add theme_path_default_get() 2020-10-17 23:49:33 +02:00
Boris Faure 886bce509f
colors: make color_scheme_apply() public 2020-10-17 23:43:09 +02:00
Boris Faure 3fddb77208
win: constify background_set_shine() 2020-10-17 23:43:09 +02:00
Boris Faure 09cd15a1e0
theme: make config_theme_path_default_get() private 2020-10-17 23:43:09 +02:00
Boris Faure 2e266906f0
Merge branch 'terminology-1.8' 2020-10-17 17:05:53 +02:00
Boris Faure 28d94caad9
win: cleanup focus. Closes T8756 2020-10-17 17:03:56 +02:00