My dmenu build
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
335 B

  1. /* See LICENSE file for copyright and license details. */
  2. /* appearance */
  3. static const char *font = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
  4. static const char *normbgcolor = "#cccccc";
  5. static const char *normfgcolor = "#000000";
  6. static const char *selbgcolor = "#0066ff";
  7. static const char *selfgcolor = "#ffffff";