commit | 50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 13:17:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 13:17:00 2019 +0200 |
tree | e11ea82ed47d606a467d8200c9a9e58712bce49a | |
parent | 0571f3d6f92a7dab9c1e39acb40c2f8885887b28 [diff] [blame] |
patch 8.1.2034: dark them of GTK 3 not supported Problem: Dark them of GTK 3 not supported. Solution: Add the "d" flag in 'guioptions'. (Jonathan Conder, closes #4934)
diff --git a/src/feature.h b/src/feature.h index c4ccd21..dc5accc 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -647,6 +647,13 @@ #endif /* + * GUI dark theme variant + */ +#if defined(FEAT_GUI_GTK) && defined(USE_GTK3) +# define FEAT_GUI_DARKTHEME +#endif + +/* * GUI tabline */ #if defined(FEAT_NORMAL) \