瀏覽代碼

Lighter selection color (for fullscreen)

master
Bert 14 年之前
父節點
當前提交
2194df82ed
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      config.h

+ 3
- 3
config.h 查看文件

@@ -3,11 +3,11 @@
#define WIN_WIDTH 800
#define WIN_HEIGHT 600

/* default color to use for window background: *
/* default color for window background: *
* (see X(7) "COLOR NAMES" section for valid values) */
#define BG_COLOR "#999999"
/* default color to use for selections: */
#define SEL_COLOR "#0000BB"
/* default color for thumbnail selection: */
#define SEL_COLOR "#0040FF"

/* how should images be scaled when they are loaded?: *
* (also controllable via -d/-s/-Z/-z options) *


Loading…
取消
儲存