Commit graph

11 commits

Author SHA1 Message Date
MrJulianBlack
aebe43db9c
Refresh airline colors (#691)
* fix: Background color Airline section B.

Airline section B is used to show information regarding vcs, i.e. git
branch. This section was formatted the same as section C, so they were
indistinguishable.

This commit changes the bachground color to the same one used for
Lualine.

* fix: Airline warning section in Replace mode

The colors for the error and warning section of Airline were not applied
to replace mode. This commit fixes this issue by instead defining
the replace mode colors as a variation of the insert mode colors, where
these colors are already deifned. Note that the red color is only
applied to Airline sections A & B, but not on the right side, since the
red color is already used there for the error section. This is different
from Lualine, since there the error & warning sections don't exist.

* feat: Add Terminal+Command mode colors to Airline

This adds support for different colors for Airline in terminal mode and
command mode, where before simply the normal mode colors where used.
For terminal mode, its simply a copy of insert mode. This makes sense
since it is basically insert mode just for the terminal buffer. In
Lualine, this is done the same way.
For command mode, it is a variation of normal mode. The orange color is
also used in Lualine for this purpose. Only the sections A & B (on the
left) are modified with this color, different from Lualine. Reason is
the same as for Replace mode; the orange color is already used on the
right for the warning section.
2024-03-29 17:08:27 +07:00
Null Chilly
dcef0a062d fix(airline): missing refresh function
close #594
2023-10-16 20:35:24 +07:00
nullchilly
73587f9c45 fix(airline): missing error section
close #441
2023-03-27 10:34:28 +07:00
nullchilly
bd96ecdb99 fix(airline): warning section was not themed 2023-01-22 01:22:34 +07:00
Null Chilly
4d390048ac fix(lightline): tabline middle is too bright 2022-11-18 21:30:58 +07:00
Null Chilly
4973812ec6 feat(integration): add vim-airline 2022-11-18 14:48:18 +07:00
Null Chilly
d1c3eb0409
feat: add vim support (#340) 2022-11-18 04:47:26 +07:00
Null Chilly
a4e8a81243 refactor: Move vim plugins to utils 2022-09-06 22:49:29 +07:00
Null Chilly
0a306a3ad4
feat: Add vim-clap integration (#227) 2022-08-04 15:38:20 +07:00
Kien Nguyen
29a836f0c0 Fix lightline 2021-12-13 17:47:36 +07:00
Chris Lasher
4d5d789da9 Provide colorscheme variable expected by lightline. 2021-09-09 22:01:11 -07:00