mirror of
https://github.com/wallace-aph/System6-theme.git
synced 2025-01-13 01:31:11 +00:00
init
This commit is contained in:
parent
85fc8e071c
commit
cd08bb9f96
20
readme.txt
Normal file
20
readme.txt
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
Created by Wallace/!Ftubuntu6s - http://ubuntufag.cf - github.com/ubuntufag
|
||||
|
||||
Based on the Platinum theme
|
||||
|
||||
A clone of the old Macintosh System 6 Desktop, with a few stylistic changes.
|
||||
|
||||
---------
|
||||
|
||||
- Put this folder right in your ~/.themes folder.
|
||||
|
||||
- The ./resources folder contains the Chicago font, obtained from https://github.com/JohnDDuncanIII/ClassicMacintoshFonts (a cool guy)
|
||||
|
||||
- The lemonbar script needs a lemonbar with the borders patch to have it's border. I think lemonbar may come with default xft support, but you'll probably need that, too.
|
||||
|
||||
---------
|
||||
|
||||
June 8, 2016
|
||||
TODO: Add GTK?
|
||||
|
BIN
resources/Chicago_15.ttf
Normal file
BIN
resources/Chicago_15.ttf
Normal file
Binary file not shown.
7
resources/lemonbar/bar
Normal file
7
resources/lemonbar/bar
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
while true
|
||||
do
|
||||
echo "%{B#ffffff}%{F#000000} (|) %{F#848484}File%{F#000000} Edit View Label Special %{r} $(date "+%I:%M %p") "
|
||||
trap "echo Exited; exit;" SIGINT SIGTERM
|
||||
sleep 1m
|
||||
done
|
3
resources/lemonbar/runme.sh
Normal file
3
resources/lemonbar/runme.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "make sure you use a xft supporing lemonbar and put Chicago_15.ttf in your ~/.fonts folder! also, patch lemonbar with the borders patch for best results.
|
||||
bash ./bar | lemonbar -f "Chicago_15" -g 1366x20 -d -B "#ffffff" -r 1
|
4
xfwm4/README
Normal file
4
xfwm4/README
Normal file
@ -0,0 +1,4 @@
|
||||
platinum
|
||||
--------
|
||||
|
||||
This theme is a port of original Oroborus theme of the same name.
|
12
xfwm4/bottom-active.xpm
Normal file
12
xfwm4/bottom-active.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_active_xpm[] = {
|
||||
"16 6 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"................",
|
||||
"................"};
|
BIN
xfwm4/bottom-inactive.xcf
Normal file
BIN
xfwm4/bottom-inactive.xcf
Normal file
Binary file not shown.
12
xfwm4/bottom-inactive.xpm
Normal file
12
xfwm4/bottom-inactive.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_inactive_xpm[] = {
|
||||
"16 6 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"................",
|
||||
"................"};
|
BIN
xfwm4/bottom-left-active.xcf
Normal file
BIN
xfwm4/bottom-left-active.xcf
Normal file
Binary file not shown.
12
xfwm4/bottom-left-active.xpm
Normal file
12
xfwm4/bottom-left-active.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_active_xpm[] = {
|
||||
"5 6 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++.",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".....",
|
||||
" ...."};
|
12
xfwm4/bottom-left-inactive.xpm
Normal file
12
xfwm4/bottom-left-inactive.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_inactive_xpm[] = {
|
||||
"5 6 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++.",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".....",
|
||||
" ...."};
|
23
xfwm4/bottom-right-active.xpm
Normal file
23
xfwm4/bottom-right-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"17 17 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
"............+++..",
|
||||
"+++++++++++++++..",
|
||||
"+++++++++++++++..",
|
||||
"+++++++++++++++..",
|
||||
".................",
|
||||
"................."};
|
23
xfwm4/bottom-right-inactive.xpm
Normal file
23
xfwm4/bottom-right-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"17 17 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
" .+++..",
|
||||
"............+++..",
|
||||
"+++++++++++++++..",
|
||||
"+++++++++++++++..",
|
||||
"+++++++++++++++..",
|
||||
".................",
|
||||
"................."};
|
23
xfwm4/close-active.xpm
Normal file
23
xfwm4/close-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * close_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/close-inactive.xpm
Normal file
23
xfwm4/close-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * close_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/close-pressed.xpm
Normal file
23
xfwm4/close-pressed.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * close_pressed_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@.........@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/hide-active.xpm
Normal file
23
xfwm4/hide-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * hide_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/hide-inactive.xpm
Normal file
23
xfwm4/hide-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * hide_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/hide-pressed.xpm
Normal file
23
xfwm4/hide-pressed.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * hide_pressed_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@@.............",
|
||||
"..+@@.........+...",
|
||||
"..+@@.........+...",
|
||||
"..+@@.........+...",
|
||||
"..+@@.........+...",
|
||||
"..+@@.........+...",
|
||||
"..+@@.+++++++++...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@@.............",
|
||||
"..+@@.+++++++++...",
|
||||
"..+...............",
|
||||
".................."};
|
22
xfwm4/left-active.xpm
Normal file
22
xfwm4/left-active.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * left_active_xpm[] = {
|
||||
"5 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++."};
|
22
xfwm4/left-inactive.xpm
Normal file
22
xfwm4/left-inactive.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * left_inactive_xpm[] = {
|
||||
"5 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++.",
|
||||
".+++."};
|
23
xfwm4/maximize-active.xpm
Normal file
23
xfwm4/maximize-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * maximize_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/maximize-inactive.xpm
Normal file
23
xfwm4/maximize-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * maximize_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
24
xfwm4/maximize-pressed.xpm
Normal file
24
xfwm4/maximize-pressed.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * maximize_pressed_xpm[] = {
|
||||
"18 16 5 1",
|
||||
" c None",
|
||||
". c #D8D8D8 s active_color_2",
|
||||
"+ c #B2B2B2 s active_shadow_2",
|
||||
"@ c #000000 s active_border_color",
|
||||
"# c #FFFFFF s active_hilight_2",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@###########..",
|
||||
"..+@@#+++++++++#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@###########..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#+++++++++#..",
|
||||
"..+#############..",
|
||||
".................."};
|
23
xfwm4/menu-active.xpm
Normal file
23
xfwm4/menu-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/menu-inactive.xpm
Normal file
23
xfwm4/menu-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * menu_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
24
xfwm4/menu-pressed.xpm
Normal file
24
xfwm4/menu-pressed.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * maximize_pressed_xpm[] = {
|
||||
"18 16 5 1",
|
||||
" c None",
|
||||
". c #D8D8D8 s active_color_2",
|
||||
"+ c #B2B2B2 s active_shadow_2",
|
||||
"@ c #000000 s active_border_color",
|
||||
"# c #FFFFFF s active_hilight_2",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@###########..",
|
||||
"..+@@#+++++++++#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@###########..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#........+#..",
|
||||
"..+@@#+++++++++#..",
|
||||
"..+#############..",
|
||||
".................."};
|
22
xfwm4/right-active.xpm
Normal file
22
xfwm4/right-active.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * right_active_xpm[] = {
|
||||
"6 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++.."};
|
22
xfwm4/right-inactive.xpm
Normal file
22
xfwm4/right-inactive.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * right_inactive_xpm[] = {
|
||||
"6 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++..",
|
||||
".+++.."};
|
23
xfwm4/shade-active.xpm
Normal file
23
xfwm4/shade-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * shade_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/shade-inactive.xpm
Normal file
23
xfwm4/shade-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * shade_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
24
xfwm4/shade-pressed.xpm
Normal file
24
xfwm4/shade-pressed.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * shade_pressed_xpm[] = {
|
||||
"18 16 5 1",
|
||||
" c None",
|
||||
". c #D8D8D8 s active_color_2",
|
||||
"+ c #B2B2B2 s active_shadow_2",
|
||||
"@ c #000000 s active_border_color",
|
||||
"# c #FFFFFF s active_hilight_2",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#........@#..",
|
||||
"..+@@#++++++++@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#++++++++@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#........@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+#############..",
|
||||
".................."};
|
23
xfwm4/stick-active.xpm
Normal file
23
xfwm4/stick-active.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * stick_active_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
23
xfwm4/stick-inactive.xpm
Normal file
23
xfwm4/stick-inactive.xpm
Normal file
@ -0,0 +1,23 @@
|
||||
/* XPM */
|
||||
static char * stick_inactive_xpm[] = {
|
||||
"18 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"+ c #B2B2B2",
|
||||
"@ c #000000",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+@..........@...",
|
||||
"..+@.........+@...",
|
||||
"..+@.+++++++++@...",
|
||||
"..+@@@@@@@@@@@@...",
|
||||
"..+...............",
|
||||
".................."};
|
24
xfwm4/stick-pressed.xpm
Normal file
24
xfwm4/stick-pressed.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * shade_pressed_xpm[] = {
|
||||
"18 16 5 1",
|
||||
" c None",
|
||||
". c #D8D8D8 s active_color_2",
|
||||
"+ c #B2B2B2 s active_shadow_2",
|
||||
"@ c #000000 s active_border_color",
|
||||
"# c #FFFFFF s active_hilight_2",
|
||||
"..................",
|
||||
"..++++++++++++++..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#........@#..",
|
||||
"..+@@#++++++++@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#++++++++@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+@@#########@#..",
|
||||
"..+@@#........@#..",
|
||||
"..+@@@@@@@@@@@@#..",
|
||||
"..+#############..",
|
||||
".................."};
|
9
xfwm4/themerc
Normal file
9
xfwm4/themerc
Normal file
@ -0,0 +1,9 @@
|
||||
full_width_title=false
|
||||
title_alignment=center
|
||||
button_spacing=0
|
||||
button_offset=0
|
||||
button_layout=C|HMS
|
||||
active_text_color=#000000
|
||||
inactive_text_color=#000000
|
||||
active_border_color=#000000
|
||||
inactive_border_color=#000000
|
30
xfwm4/title-1-active.xpm
Normal file
30
xfwm4/title-1-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_1_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-1-inactive.xpm
Normal file
30
xfwm4/title-1-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_1_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-2-active.xpm
Normal file
30
xfwm4/title-2-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_2_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-2-inactive.xpm
Normal file
30
xfwm4/title-2-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_2_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"..+++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-3-active.xpm
Normal file
30
xfwm4/title-3-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_3_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-3-inactive.xpm
Normal file
30
xfwm4/title-3-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_3_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-4-active.xpm
Normal file
30
xfwm4/title-4-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_4_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-4-inactive.xpm
Normal file
30
xfwm4/title-4-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_4_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"++++.",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-5-active.xpm
Normal file
30
xfwm4/title-5-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_5_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/title-5-inactive.xpm
Normal file
30
xfwm4/title-5-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * title_5_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
".....",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"+++++",
|
||||
"....."};
|
30
xfwm4/top-left-active.xpm
Normal file
30
xfwm4/top-left-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * top_left_active_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".+++."};
|
30
xfwm4/top-left-inactive.xpm
Normal file
30
xfwm4/top-left-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * top_left_inactive_xpm[] = {
|
||||
"5 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
".....",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".++++",
|
||||
".+++."};
|
30
xfwm4/top-right-active.xpm
Normal file
30
xfwm4/top-right-active.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * top_right_active_xpm[] = {
|
||||
"6 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"..... ",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
".+++.."};
|
30
xfwm4/top-right-inactive.xpm
Normal file
30
xfwm4/top-right-inactive.xpm
Normal file
@ -0,0 +1,30 @@
|
||||
/* XPM */
|
||||
static char * top_right_inactive_xpm[] = {
|
||||
"6 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"..... ",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
"++++..",
|
||||
".+++.."};
|
Loading…
x
Reference in New Issue
Block a user