themes: fix warning

terminology-1.6
Boris Faure 4 years ago
parent 2db4be56d1
commit ea0812eccd
  1. 1
      data/themes/papercolor.edc
  2. 1
      data/themes/solarized.edc

@ -19,7 +19,6 @@
#define ANSI15 251 251 251 255 /* #FBFBFB */
#define COL_DEF 68 68 68 255 /* #444444 */
#define BG_COLOR 238 238 238 255 /* #EEEEEE */
#define BG_COLOR_NO_ALPHA 238 238 238 /* #EEEEEE */
#define BG_COLOR BG_COLOR_NO_ALPHA 255
#define FG_COLOR_NO_ALPHA 68 68 68 /* #444444 */

@ -15,7 +15,6 @@
#define S_base2 238 232 213 255
#define S_base3 253 246 227 255
#define BG_COLOR S_base03
#define BG_COLOR_NO_ALPHA 0 43 54
#define BG_COLOR BG_COLOR_NO_ALPHA 255
#define FG_COLOR_NO_ALPHA 253 246 227

Loading…
Cancel
Save