Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
126
old/fluxbox/styles/DarKou/theme.cfg
Normal file
126
old/fluxbox/styles/DarKou/theme.cfg
Normal file
|
@ -0,0 +1,126 @@
|
|||
# Name : DarKou
|
||||
# Author : Darkou (Original theme edited by Eka Putra - ekaputtra@gmail.com)
|
||||
# Date : Sep 22 2015
|
||||
# Comment : Edited from Intuition theme, thank r0bin for your beatiful theme ;)
|
||||
# http://ekaputra.my.id
|
||||
|
||||
###########
|
||||
# GENERAL #
|
||||
###########
|
||||
bevelWidth: 0
|
||||
borderWidth: 0
|
||||
handleWidth: 2
|
||||
|
||||
###########
|
||||
# TOOLBAR #
|
||||
###########
|
||||
# General settings
|
||||
toolbar: flat
|
||||
toolbar.color: #dedede
|
||||
toolbar.height: 20
|
||||
toolbar.alpha: 150
|
||||
|
||||
# Clock
|
||||
toolbar.clock.font: sans-8
|
||||
toolbar.clock.textColor: #000000
|
||||
toolbar.clock.justify: center
|
||||
toolbar.clock: flat
|
||||
toolbar.clock.color: #dedede
|
||||
|
||||
# Workspace
|
||||
toolbar.workspace.font: sans-8
|
||||
toolbar.workspace.textColor: #000000
|
||||
toolbar.workspace.justify: center
|
||||
toolbar.workspace: flat
|
||||
toolbar.workspace.color: #dedede
|
||||
|
||||
# Iconbar
|
||||
toolbar.iconbar.focused.font: sans-8
|
||||
toolbar.iconbar.focused.textColor: #f9f9f9
|
||||
toolbar.iconbar.focused.justify: center
|
||||
toolbar.iconbar.focused: flat
|
||||
toolbar.iconbar.focused.color: #1a80b6
|
||||
|
||||
toolbar.iconbar.unfocused.font: sans-8
|
||||
toolbar.iconbar.unfocused.textColor: #555555
|
||||
toolbar.iconbar.unfocused.justify: center
|
||||
toolbar.iconbar.unfocused: flat
|
||||
toolbar.iconbar.unfocused.color: #dedede
|
||||
|
||||
|
||||
###########
|
||||
# WINDOWS #
|
||||
###########
|
||||
# General settings
|
||||
window.font: sans-10
|
||||
window.justify: center
|
||||
|
||||
window.bevelWidth: 0
|
||||
window.borderWidth: 0
|
||||
window.shade: false
|
||||
|
||||
# Label
|
||||
window.label.focus: flat
|
||||
window.label.focus.color: #dedede
|
||||
window.label.focus.textColor: #494949
|
||||
window.label.unfocus: flat
|
||||
window.label.unfocus.color: #dedede
|
||||
window.label.unfocus.textColor: #aaaaaa
|
||||
|
||||
# Buttons
|
||||
window.close.pixmap: close.xpm
|
||||
window.close.unfocus.pixmap: button_unfocus.xpm
|
||||
window.close.pressed.pixmap: close.xpm
|
||||
|
||||
window.maximize.pixmap: maximize.xpm
|
||||
window.maximize.unfocus.pixmap: button_unfocus.xpm
|
||||
window.maximize.pressed.pixmap: maximize.xpm
|
||||
|
||||
window.iconify.pixmap: minimize.xpm
|
||||
window.iconify.unfocus.pixmap: button_unfocus.xpm
|
||||
window.iconify.pressed.pixmap: minimize.xpm
|
||||
|
||||
window.stick.pixmap: stick.xpm
|
||||
window.stick.unfocus.pixmap: stick.xpm
|
||||
window.stick.pressed.pixmap: stuck.xpm
|
||||
|
||||
window.stuck.pixmap: stuck.xpm
|
||||
window.stuck.unfocus.pixmap: stuck_unfocus.xpm
|
||||
window.stuck.pressed.pixmap: stick.xpm
|
||||
|
||||
|
||||
########
|
||||
# Menu #
|
||||
########
|
||||
# General settings
|
||||
menu.bevelWidth: 3
|
||||
menu.itemHeight: 32
|
||||
|
||||
# Title
|
||||
#menu.title.font: sans-8
|
||||
#menu.title: flat
|
||||
#menu.title.color: #dedede
|
||||
menu.title: raised gradient diagonal
|
||||
menu.title.color: rgb:90/94/98
|
||||
menu.title.colorTo: rgb:20/24/28
|
||||
menu.title.textColor: white
|
||||
menu.title.justify: center
|
||||
|
||||
# Frame
|
||||
menu.frame.font: sans-8
|
||||
menu.frame.textColor: #000000
|
||||
menu.frame.disableColor: #000000
|
||||
menu.frame.justify: left
|
||||
menu.frame: flat
|
||||
menu.frame.color: #dedede
|
||||
|
||||
# Hilite
|
||||
menu.hilite.textColor: #ffffff
|
||||
menu.hilite: flat
|
||||
menu.hilite.color: #1a80b6
|
||||
menu.hilite.submenu.pixmap: bullet_hilight.xpm
|
||||
|
||||
# Details
|
||||
menu.bullet.position: right
|
||||
menu.submenu.pixmap: bullet.xpm
|
||||
menu.selected.pixmap: menu_selected.xpm
|
Loading…
Add table
Add a link
Reference in a new issue