Japanese translation of message catalog for Sawfish Window-Manager
Revisão | dc293fc6c01ceb0c7f1fa41c93b50132334e1509 (tree) |
---|---|
Hora | 2014-08-20 04:00:35 |
Autor | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
tweak StyleTab settings and update according previous commit
@@ -52,12 +52,12 @@ | ||
52 | 52 | (defcustom styletab-c:styles 'Default "Frame and button style." |
53 | 53 | :group (appearance StyleTab:group) |
54 | 54 | :type symbol |
55 | - :options (Default Reduce Glass WixDa Smoothly Flat)) | |
55 | + :options (Default Glass Reduce WixDa Smoothly Flat)) | |
56 | 56 | |
57 | -(defcustom styletab-c:proposals 'Pink "Color proposals." | |
57 | +(defcustom styletab-c:proposals 'Default "Color proposals." | |
58 | 58 | :group (appearance StyleTab:group) |
59 | 59 | :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) | |
61 | 61 | :after-set (lambda () (color-changed))) |
62 | 62 | |
63 | 63 | (defcustom styletab-c:tabbar-marked t "Colorize tab/titelbar if it is to be added as a tab." |
@@ -65,7 +65,7 @@ | ||
65 | 65 | :type boolean |
66 | 66 | :after-set (lambda () (botton-color-changed recolor-tab))) |
67 | 67 | |
68 | -(defcustom styletab-c:tabbar-marked-color (get-color "#DF0000") | |
68 | +(defcustom styletab-c:tabbar-marked-color (get-color "#010095") | |
69 | 69 | "Color of tab/titelbar when it was marked." |
70 | 70 | :group (appearance StyleTab:group) |
71 | 71 | :type color |
@@ -2911,6 +2911,10 @@ | ||
2911 | 2911 | (when (eq (window-get w 'current-frame-style) theme-name) |
2912 | 2912 | (set-tab-theme-name #:frame-style-supported-tabs theme-name))) |
2913 | 2913 | |
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 | + | |
2914 | 2918 | (define (get-frame w type) |
2915 | 2919 | (let ((current-title |
2916 | 2920 | (if (not (window-get w 'title-position)) |
@@ -2941,6 +2945,7 @@ | ||
2941 | 2945 | (add-frame-style theme-name get-frame) |
2942 | 2946 | |
2943 | 2947 | (call-after-state-changed '(tab-theme-name) frame-style-name) |
2948 | +(call-after-state-changed '(tab-theme-tabbars) frame-style-tabbars) | |
2944 | 2949 | (call-after-state-changed '(marked) reframe-marked) |
2945 | 2950 | (call-after-state-changed '(maximized sticky fixed-position stacking) reframe-one) |
2946 | 2951 | (add-hook 'remove-from-workspace-hook reframe-one) |