diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-26 13:51:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-26 13:51:29 +0530 |
| commit | fb52df34924781ed3d42ca8864402c3e7a52d4aa (patch) | |
| tree | 5e23ea801e0e1482ed87c56ee1aa813af2613bf3 /colors/phenax.kak | |
| parent | d2f4982e389431b74357bbc108567ae0e1d912a5 (diff) | |
| download | kakoune-config-fb52df34924781ed3d42ca8864402c3e7a52d4aa.tar.gz kakoune-config-fb52df34924781ed3d42ca8864402c3e7a52d4aa.zip | |
Move dir and file:lineno handling to files.kak
Diffstat (limited to 'colors/phenax.kak')
| -rw-r--r-- | colors/phenax.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/phenax.kak b/colors/phenax.kak index 2c0bbae..532a91e 100644 --- a/colors/phenax.kak +++ b/colors/phenax.kak @@ -115,8 +115,8 @@ evaluate-commands %sh{ face global Information ${foreground2},${background} face global Error ${foreground},${red} face global StatusLine ${foreground},${background} - face global StatusLineMode ${yellow}+b - face global StatusLineInfo ${aqua},default + face global StatusLineMode ${yellow} + face global StatusLineInfo ${accent3},default+b face global StatusLineValue ${green1} face global StatusCursor ${window},${aqua} face global Prompt ${accent1},${background} |
