• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修訂dc293fc6c01ceb0c7f1fa41c93b50132334e1509 (tree)
時間2014-08-20 04:00:35
作者Christopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

tweak StyleTab settings and update according previous commit

Change Summary

差異

--- a/themes/StyleTab/theme.jl
+++ b/themes/StyleTab/theme.jl
@@ -52,12 +52,12 @@
5252 (defcustom styletab-c:styles 'Default "Frame and button style."
5353 :group (appearance StyleTab:group)
5454 :type symbol
55- :options (Default Reduce Glass WixDa Smoothly Flat))
55+ :options (Default Glass Reduce WixDa Smoothly Flat))
5656
57-(defcustom styletab-c:proposals 'Pink "Color proposals."
57+(defcustom styletab-c:proposals 'Default "Color proposals."
5858 :group (appearance StyleTab:group)
5959 :type symbol
60- :options (Default Reduce Glass WixDa Smoothly Flat Brown Darkblue Blue Pink Green)
60+ :options (Default Glass Reduce WixDa Smoothly Flat Brown Darkblue Blue Pink Green)
6161 :after-set (lambda () (color-changed)))
6262
6363 (defcustom styletab-c:tabbar-marked t "Colorize tab/titelbar if it is to be added as a tab."
@@ -65,7 +65,7 @@
6565 :type boolean
6666 :after-set (lambda () (botton-color-changed recolor-tab)))
6767
68-(defcustom styletab-c:tabbar-marked-color (get-color "#DF0000")
68+(defcustom styletab-c:tabbar-marked-color (get-color "#010095")
6969 "Color of tab/titelbar when it was marked."
7070 :group (appearance StyleTab:group)
7171 :type color
@@ -2911,6 +2911,10 @@
29112911 (when (eq (window-get w 'current-frame-style) theme-name)
29122912 (set-tab-theme-name #:frame-style-supported-tabs theme-name)))
29132913
2914+(define (frame-style-tabbars w)
2915+ (when (eq (window-get w 'current-frame-style) theme-name)
2916+ (set-tab-theme-tabbars #:frame-style-supported-tabbars (list theme-name styletab-c:titlebar-place))))
2917+
29142918 (define (get-frame w type)
29152919 (let ((current-title
29162920 (if (not (window-get w 'title-position))
@@ -2941,6 +2945,7 @@
29412945 (add-frame-style theme-name get-frame)
29422946
29432947 (call-after-state-changed '(tab-theme-name) frame-style-name)
2948+(call-after-state-changed '(tab-theme-tabbars) frame-style-tabbars)
29442949 (call-after-state-changed '(marked) reframe-marked)
29452950 (call-after-state-changed '(maximized sticky fixed-position stacking) reframe-one)
29462951 (add-hook 'remove-from-workspace-hook reframe-one)