Nordic openbox
parent
3d9a7170be
commit
70c61068f4
|
@ -0,0 +1,5 @@
|
|||
#define image_width 10
|
||||
#define image_height 10
|
||||
static unsigned char image_bits[] = {
|
||||
0x03,0xff,0x87,0xff,0xce,0xfd,0xfc,0xfc,0x78,0xfc,0x78,0xfc,
|
||||
0xfc,0xfc,0xce,0xfd,0x87,0xff,0x03,0xff};
|
|
@ -0,0 +1,5 @@
|
|||
#define image_width 10
|
||||
#define image_height 10
|
||||
static unsigned char image_bits[] = {
|
||||
0x00,0xfc,0x00,0xfc,0x00,0xfc,0x00,0xfc,0x00,0xfc,0x00,0xfc,
|
||||
0x00,0xfc,0x00,0xfc,0xff,0xff,0xff,0xff};
|
|
@ -0,0 +1,5 @@
|
|||
#define image_width 10
|
||||
#define image_height 10
|
||||
static unsigned char image_bits[] = {
|
||||
0xff,0xff,0xff,0xff,0x03,0xff,0x03,0xff,0x03,0xff,0x03,0xff,
|
||||
0x03,0xff,0x03,0xff,0xff,0xff,0xff,0xff};
|
|
@ -0,0 +1,146 @@
|
|||
# Arc Openbox theme
|
||||
# Copyright (C) 2015 Dino Duratović <dinomol at mail dot com>
|
||||
#
|
||||
# Inspired by and made for horst3180's Arc GTK theme
|
||||
# https://github.com/horst3180/Arc-theme
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
### WINDOW
|
||||
border.width: 1
|
||||
|
||||
window.client.padding.width: 0
|
||||
window.client.padding.height: 0
|
||||
window.handle.width: 0
|
||||
|
||||
padding.width: 16
|
||||
padding.height: 12
|
||||
|
||||
window.active.border.color: #2e3440
|
||||
window.inactive.border.color: #2e3440
|
||||
window.active.title.separator.color: #2e3440
|
||||
window.inactive.title.separator.color: #2e3440
|
||||
window.active.client.color: #2e3440
|
||||
window.inactive.client.color: #2e3440
|
||||
|
||||
window.active.label.text.color: #D3DAE3
|
||||
window.inactive.label.text.color: #7F8388
|
||||
|
||||
window.active.button.shade.unpressed.image.color: #4db6ac
|
||||
window.active.button.desk.unpressed.image.color: #ffb74d
|
||||
window.active.button.iconify.unpressed.image.color: #ebcb8b
|
||||
window.active.button.max.unpressed.image.color: #a3be8c
|
||||
window.active.button.close.unpressed.image.color: #bf616a
|
||||
|
||||
window.inactive.button.shade.hover.image.color: #4db6ac
|
||||
window.inactive.button.desk.hover.image.color: #ffb74d
|
||||
window.inactive.button.iconify.hover.image.color: #ebcb8b
|
||||
window.inactive.button.max.hover.image.color: #a3be8c
|
||||
window.inactive.button.close.hover.image.color: #bf616a
|
||||
|
||||
window.active.button.unpressed.image.color: #a3be8c
|
||||
window.active.button.pressed.image.color: #40e0d0
|
||||
window.active.button.disabled.image.color: #a3be8c
|
||||
window.active.button.hover.image.color: #afb8c5
|
||||
window.active.button.toggled.unpressed.image.color: #D3DAE3
|
||||
window.active.button.toggled.pressed.image.color: #40e0d0
|
||||
window.active.button.toggled.hover.image.color: #afb8c5
|
||||
window.inactive.button.unpressed.image.color: #8f8f8e
|
||||
window.inactive.button.pressed.image.color: #40e0d0
|
||||
window.inactive.button.disabled.image.color: #2f343f
|
||||
window.inactive.button.hover.image.color: #afb8c5
|
||||
window.inactive.button.toggled.unpressed.image.color: #1F2328
|
||||
window.inactive.button.toggled.pressed.image.color: #40e0d0
|
||||
window.inactive.button.toggled.hover.image.color: #afb8c5
|
||||
|
||||
window.active.title.bg: flat solid
|
||||
window.active.title.bg.color: #2f343f
|
||||
window.active.label.bg: flat solid
|
||||
window.active.label.bg.color: #2f343f
|
||||
#window.active.handle.bg: texture
|
||||
#window.active.grip.bg: texture
|
||||
window.inactive.title.bg: flat solid
|
||||
window.inactive.title.bg.color: #2f343f
|
||||
window.inactive.label.bg: flat solid
|
||||
window.inactive.label.bg.color: #2f343f
|
||||
#window.inactive.handle.bg: texture
|
||||
#window.inactive.grip.bg: texture
|
||||
|
||||
window.active.button.unpressed.bg: parentrelative
|
||||
window.active.button.pressed.bg: parentrelative
|
||||
window.active.button.hover.bg: parentrelative
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.toggled.unpressed.bg: parentrelative
|
||||
window.active.button.toggled.pressed.bg: parentrelative
|
||||
window.active.button.toggled.hover.bg: parentrelative
|
||||
window.inactive.button.unpressed.bg: parentrelative
|
||||
window.inactive.button.pressed.bg: parentrelative
|
||||
window.inactive.button.hover.bg: parentrelative
|
||||
window.inactive.button.disabled.bg: parentrelative
|
||||
window.inactive.button.toggled.unpressed.bg: parentrelative
|
||||
window.inactive.button.toggled.pressed.bg: parentrelative
|
||||
window.inactive.button.toggled.hover.bg: parentrelative
|
||||
|
||||
window.label.text.justify: center
|
||||
|
||||
#window.active.label.text.font: text shadow
|
||||
#window.inactive.label.text.font: text shadow
|
||||
|
||||
### MENU
|
||||
menu.border.width: 4
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 10
|
||||
menu.separator.padding.height: 2
|
||||
|
||||
menu.overlap.x: 0
|
||||
menu.overlap.y: 0
|
||||
|
||||
menu.border.color: #2f343f
|
||||
menu.separator.color: #2f343f
|
||||
|
||||
menu.title.text.color: #ffffff
|
||||
menu.items.text.color: #a8adb5
|
||||
menu.items.disabled.text.color: #76797F
|
||||
menu.items.active.text.color: #2f343f
|
||||
menu.items.active.disabled.text.color: #aeb0b6
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #2f343f
|
||||
menu.items.active.bg: flat solid
|
||||
menu.items.active.bg.color: #40e0d0
|
||||
menu.title.bg: flat solid
|
||||
menu.title.bg.color: #2f343f
|
||||
|
||||
menu.title.text.justify: center
|
||||
|
||||
#menu.items.font: text shadow
|
||||
#menu.title.text.font: text shadow
|
||||
|
||||
### OSD
|
||||
osd.border.width: 1
|
||||
|
||||
osd.border.color: #2f343f
|
||||
|
||||
osd.label.text.color: #D3DAE3
|
||||
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: #2f343f
|
||||
osd.label.bg: flat solid
|
||||
osd.label.bg.color: #2f343f
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #40e0d0
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #000000
|
||||
|
||||
#osd.label.text.font: text shadow
|
Loading…
Reference in New Issue