Boris Faure
|
7bb1639260
|
options_colors: be able to select color scheme
|
2 years ago |
Boris Faure
|
17246e5d84
|
config: add color_scheme
TODO: set it from current theme
|
2 years ago |
Boris Faure
|
005806470a
|
colors: add color_scheme_dup()
|
2 years ago |
Boris Faure
|
465a894a2e
|
options_color: rewrite to display color schemes
|
2 years ago |
Boris Faure
|
ac1bc02293
|
options_themepv: add color mode
|
2 years ago |
Boris Faure
|
962c99f3e2
|
colors: have 4 blocks: normal, bright, faint and bright+faint
|
2 years ago |
Boris Faure
|
dfe5d28b7d
|
colors: have a simpler structure for normal/bright/faint
|
2 years ago |
Boris Faure
|
a46ca7ce34
|
options_themepv: remove unused macro
|
2 years ago |
Boris Faure
|
b77a2c3c95
|
termio: add termio_character_size_get()
|
2 years ago |
Boris Faure
|
c1e82b90b3
|
config: set xterm_256color as default
This is still configurable and is nowadays, widely accepted.
|
2 years ago |
Boris Faure
|
0c25e408d6
|
termiointernals: add comment about using bright but not bold
|
2 years ago |
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
|
2 years ago |
Boris Faure
|
4b15e30b68
|
colors: oops
|
2 years ago |
Boris Faure
|
0ea7705195
|
options_themepv: add color scheme option
|
2 years ago |
Boris Faure
|
1f6bfe3323
|
theme: use theme_file if provided
Fixed theme ui
|
2 years ago |
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
|
2 years ago |
Boris Faure
|
458f9a6da6
|
theme: add theme_path_default_get()
|
2 years ago |
Boris Faure
|
886bce509f
|
colors: make color_scheme_apply() public
|
2 years ago |
Boris Faure
|
3fddb77208
|
win: constify background_set_shine()
|
2 years ago |
Boris Faure
|
09cd15a1e0
|
theme: make config_theme_path_default_get() private
|
2 years ago |
Boris Faure
|
28d94caad9
|
win: cleanup focus. Closes T8756
|
2 years ago |
Boris Faure
|
d669fbcfa5
|
options_themepv: shorten magenta to see a bit more white
|
2 years ago |
Boris Faure
|
898351be8f
|
colors: dup default_colorscheme
so that all elements from color_scheme_list() have to be freed
|
2 years ago |
Boris Faure
|
b04510bae5
|
colors: avoid dereference after null check. CID1433233
|
2 years ago |
Boris Faure
|
75bbf1e3e2
|
termptyesc: simplify code. CID1431130
|
2 years ago |
Boris Faure
|
c99069947a
|
colors: add color_scheme_list()
|
2 years ago |
Boris Faure
|
e90202923d
|
colors: use color scheme from file (only for Nord)
|
3 years ago |
Boris Faure
|
485c4239ed
|
colors: remove debug line
|
3 years ago |
Boris Faure
|
a1d4f5ea6d
|
colors: load it from files
|
3 years ago |
Boris Faure
|
2243d8aac2
|
colors: add default colorscheme
|
3 years ago |
Boris Faure
|
7e1a444e0f
|
main: add missing parenthese
|
3 years ago |
Boris Faure
|
e3bc37ec37
|
options_behavior: improve translation
|
3 years ago |
Boris Faure
|
b7bf2cb8f2
|
improve translation strings
mostly by remove extra dots
|
3 years ago |
Boris Faure
|
a05db78239
|
termpty: make provided title as forced title
|
3 years ago |
Boris Faure
|
423ad1f52c
|
color schemes: add eet-related code
|
3 years ago |
Boris Faure
|
b1bdf50671
|
config: rename Config_Color type to Color + reorganise eet setup
|
3 years ago |
Boris Faure
|
ff9b4aacc5
|
config: eet_data_descriptor_free accepts NULL
|
3 years ago |
Boris Faure
|
c2bb4dcf81
|
win: focus new split. Closes T8804
|
3 years ago |
Boris Faure
|
c17f3a6f26
|
colors.h: change name of header guard
|
3 years ago |
Boris Faure
|
8cb6be667a
|
color schemes: proof of work on colorschemes with the nord theme
|
3 years ago |
Boris Faure
|
cc552d7ea5
|
win: make code more "as usual"
|
3 years ago |
Boris Faure
|
84a46280f6
|
private.h: add static_strequal()
|
3 years ago |
Boris Faure
|
214c72eb0c
|
win: use theme_apply_elm on elm_layout
|
3 years ago |
Boris Faure
|
7dad6d46ac
|
keyin: rename macro to improve readability
|
3 years ago |
Boris Faure
|
dbba452a8b
|
cleanup src/bin/colors.h
|
3 years ago |
Boris Faure
|
19fb6afd73
|
mv src/bin/col.{c,h} src/bin/colors.{c,h}
|
3 years ago |
Boris Faure
|
698e8bb985
|
termptydbl: be strict on what is wide and do not try to be smart.
Too bad if ❤ is considered single-width
(cherry picked from commit d3c15c59db )
|
3 years ago |
Boris Faure
|
df6b013895
|
win/options_mouse: apply mouse timer change to current terms
(cherry picked from commit d082b0d6d7 )
|
3 years ago |
Boris Faure
|
d3c15c59db
|
termptydbl: be strict on what is wide and do not try to be smart.
Too bad if ❤ is considered single-width
|
3 years ago |
Boris Faure
|
d082b0d6d7
|
win/options_mouse: apply mouse timer change to current terms
|
3 years ago |