added theme
This commit is contained in:
parent
26f2138c20
commit
7b318e3bf9
@ -2,8 +2,12 @@ Latest config from 2024.
|
||||
Assumes installation of:
|
||||
obconf
|
||||
rofi
|
||||
urxvt (barebones theme file is present)
|
||||
nitrogen
|
||||
|
||||
urxvt (barebones theme file is present. It should be present at ~/.Xresources)
|
||||
Changes to .Xresources can be loaded via 'xrdb .Xresources'
|
||||
|
||||
nitrogen (kinda)
|
||||
|
||||
kirsch installed at /usr/share/fonts/kirscsh/kirscsh.otb
|
||||
https://github.com/molarmanful/kirsch
|
||||
|
||||
|
5
Triste-Violet/openbox-3/bullet.xbm
Executable file
5
Triste-Violet/openbox-3/bullet.xbm
Executable file
@ -0,0 +1,5 @@
|
||||
#define bullet_width 10
|
||||
#define bullet_height 10
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
4
Triste-Violet/openbox-3/close.xbm
Executable file
4
Triste-Violet/openbox-3/close.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x33, 0x33, 0x00, 0x00, 0x33, 0x33 };
|
4
Triste-Violet/openbox-3/desk.xbm
Executable file
4
Triste-Violet/openbox-3/desk.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f };
|
4
Triste-Violet/openbox-3/desk_toggled.xbm
Executable file
4
Triste-Violet/openbox-3/desk_toggled.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x3f, 0x3f, 0x33, 0x33, 0x3f, 0x3f };
|
4
Triste-Violet/openbox-3/iconify.xbm
Executable file
4
Triste-Violet/openbox-3/iconify.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define iconify_width 6
|
||||
#define iconify_height 6
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c };
|
4
Triste-Violet/openbox-3/max.xbm
Executable file
4
Triste-Violet/openbox-3/max.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define max7_width 6
|
||||
#define max7_height 6
|
||||
static unsigned char max7_bits[] = {
|
||||
0x33, 0x33, 0x00, 0x00, 0x30, 0x30 };
|
4
Triste-Violet/openbox-3/max_disabled.xbm
Executable file
4
Triste-Violet/openbox-3/max_disabled.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define max_disabled_width 6
|
||||
#define max_disabled_height 6
|
||||
static unsigned char max_disabled_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
4
Triste-Violet/openbox-3/max_toggled.xbm
Executable file
4
Triste-Violet/openbox-3/max_toggled.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define iconify2_width 6
|
||||
#define iconify2_height 6
|
||||
static unsigned char iconify2_bits[] = {
|
||||
0x03, 0x03, 0x00, 0x00, 0x33, 0x33 };
|
4
Triste-Violet/openbox-3/shade.xbm
Executable file
4
Triste-Violet/openbox-3/shade.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define shade_width 6
|
||||
#define shade_height 6
|
||||
static unsigned char shade_bits[] = {
|
||||
0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00 };
|
134
Triste-Violet/openbox-3/themerc
Executable file
134
Triste-Violet/openbox-3/themerc
Executable file
@ -0,0 +1,134 @@
|
||||
# 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: 2
|
||||
|
||||
window.client.padding.width: 0
|
||||
window.client.padding.height: 0
|
||||
window.handle.width: 0
|
||||
|
||||
padding.width: 4
|
||||
padding.height: 4
|
||||
|
||||
window.active.border.color: #2f343f
|
||||
window.inactive.border.color: #2f343f
|
||||
window.active.title.separator.color: #2f343f
|
||||
window.inactive.title.separator.color: #2f343f
|
||||
window.active.client.color: #2f343f
|
||||
window.inactive.client.color: #2f343f
|
||||
|
||||
window.active.label.text.color: #D3DAE3
|
||||
window.inactive.label.text.color: #7F8388
|
||||
|
||||
window.active.button.unpressed.image.color: #D3DAE3
|
||||
window.active.button.pressed.image.color: #B17C9A
|
||||
window.active.button.disabled.image.color: #2f343f
|
||||
window.active.button.hover.image.color: #afb8c5
|
||||
window.active.button.toggled.unpressed.image.color: #D3DAE3
|
||||
window.active.button.toggled.pressed.image.color: #B17C9A
|
||||
window.active.button.toggled.hover.image.color: #afb8c5
|
||||
window.inactive.button.unpressed.image.color: #1F2328
|
||||
window.inactive.button.pressed.image.color: #B17C9A
|
||||
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: #B17C9A
|
||||
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: 8
|
||||
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: #B17C9A
|
||||
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: #2f343f
|
||||
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: #B17C9A
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #000000
|
||||
|
||||
#osd.label.text.font: text shadow
|
Loading…
x
Reference in New Issue
Block a user