diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2016-11-09 17:51:42 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2016-11-09 17:51:42 +0300 |
| commit | 85ce5db08a6461f5fef13cc4f6b090c858698d91 (patch) | |
| tree | 195dde4f185842458ba3d83cdcdff95535b57578 /colors | |
| parent | 8490caa0d7faf6572caace86ff64c95e11969469 (diff) | |
Merge the "error" duplicate face into "Error"
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/base16.kak | 1 | ||||
| -rw-r--r-- | colors/default.kak | 1 | ||||
| -rw-r--r-- | colors/github.kak | 1 | ||||
| -rw-r--r-- | colors/lucius.kak | 1 | ||||
| -rw-r--r-- | colors/reeder.kak | 1 | ||||
| -rw-r--r-- | colors/solarized.kak | 1 | ||||
| -rw-r--r-- | colors/zenburn.kak | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/colors/base16.kak b/colors/base16.kak index 9b0d122e..bed2a10a 100644 --- a/colors/base16.kak +++ b/colors/base16.kak @@ -22,7 +22,6 @@ face type ${orange_light} face identifier ${magenta_dark} face string ${green_dark} - face error ${grey_light},${magenta_light} face keyword ${purple_dark}+b face operator ${grey_light} face attribute ${orange_dark} diff --git a/colors/default.kak b/colors/default.kak index 925ba1b5..60581bad 100644 --- a/colors/default.kak +++ b/colors/default.kak @@ -5,7 +5,6 @@ face value red face type yellow face identifier green face string magenta -face error default,red face keyword blue face operator yellow face attribute green diff --git a/colors/github.kak b/colors/github.kak index 736b19fa..b1a7c3b4 100644 --- a/colors/github.kak +++ b/colors/github.kak @@ -8,7 +8,6 @@ face value rgb:0086B3+b face type rgb:795DA3 face identifier rgb:0086B3 face string rgb:183691 -face error rgb:F8F8FF,rgb:BD2C00 face keyword rgb:A71D5D+b face operator yellow face attribute rgb:A71D5D diff --git a/colors/lucius.kak b/colors/lucius.kak index 1205d003..84350c7e 100644 --- a/colors/lucius.kak +++ b/colors/lucius.kak @@ -28,7 +28,6 @@ face type ${lucius_blue} face identifier ${lucius_green} face string ${lucius_light_green} - face error ${lucius_light_green} face keyword ${lucius_light_blue} face operator ${lucius_green} face attribute ${lucius_light_blue} diff --git a/colors/reeder.kak b/colors/reeder.kak index 02095e59..66752c83 100644 --- a/colors/reeder.kak +++ b/colors/reeder.kak @@ -26,7 +26,6 @@ face type ${orange} face identifier default face string ${green} - face error ${red},${grey_light} face keyword ${brown_dark} face operator default face attribute ${green} diff --git a/colors/solarized.kak b/colors/solarized.kak index 01404e8a..fbea3542 100644 --- a/colors/solarized.kak +++ b/colors/solarized.kak @@ -26,7 +26,6 @@ face type ${yellow} face identifier ${blue} face string ${cyan} - face error ${base03},${red} face keyword ${green} face operator default face attribute ${violet} diff --git a/colors/zenburn.kak b/colors/zenburn.kak index d21fb6fa..e87cb2d5 100644 --- a/colors/zenburn.kak +++ b/colors/zenburn.kak @@ -33,7 +33,6 @@ face type ${zentype} face identifier ${zenidentifier} face string ${zenstring} - face error ${zenexception} face keyword ${zenkeyword} face operator ${zenfunction} face attribute ${zenstatement} |
