forked from aniani/vim
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)
This commit is contained in:
@@ -646,6 +646,13 @@
|
||||
# define FEAT_MENU
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GUI dark theme variant
|
||||
*/
|
||||
#if defined(FEAT_GUI_GTK) && defined(USE_GTK3)
|
||||
# define FEAT_GUI_DARKTHEME
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GUI tabline
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user