diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-03-28 18:38:41 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-03-29 19:35:48 +0100 |
| commit | deb502cb40cbf4b4216f587adaf4a12bc71a0f50 (patch) | |
| tree | 2e9f39463293219ec0e6aa416b6a417992691c3a /src | |
| parent | 08873a779a757adfea3369303433f8b746d429c4 (diff) | |
kakrc: define colorscheme before sourcing user config
Diffstat (limited to 'src')
| -rw-r--r-- | src/kakrc | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,3 +1,15 @@ +# define color scheme +colalias value red +colalias type yellow +colalias identifier cyan +colalias string magenta +colalias error default,red +colalias keyword blue +colalias operator yellow +colalias attribute green +colalias comment cyan +colalias macro magenta + def -shell-params runtime %{ %sh{ while [ $# -gt 0 ]; do echo "source '${kak_runtime}/$1'" @@ -20,15 +32,3 @@ def -shell-params runtime %{ %sh{ echo "source '${localconfdir}/kakrc'" fi } - -# define color scheme -colalias value red -colalias type yellow -colalias identifier cyan -colalias string magenta -colalias error default,red -colalias keyword blue -colalias operator yellow -colalias attribute green -colalias comment cyan -colalias macro magenta |
