update lxqt config files and build scripts

This commit is contained in:
Manuel 2023-06-25 23:52:32 +00:00
parent 7c24b49b6c
commit 05acc2fa07
23 changed files with 2276 additions and 100 deletions

View File

@ -55,6 +55,8 @@ echo lxqt > $acorbuild/build/config/package-lists/desktop.list.chroot
# Install software # Install software
echo "# Install software to the squashfs for calamares to unpack to the OS. echo "# Install software to the squashfs for calamares to unpack to the OS.
linux-headers-amd64 linux-headers-amd64
lxqt-archiver
lxqt-archiver-l10n
locales locales
nala nala
dbus-x11 dbus-x11
@ -89,6 +91,10 @@ bluez
blueman blueman
gufw gufw
acoros-icons acoros-icons
materia-kde
qt5-style-kvantum
qt5-style-kvantum-l10n
qt5-style-kvantum-themes
materia-gtk-theme materia-gtk-theme
tela-icon-theme tela-icon-theme
tela-circle-icon-theme tela-circle-icon-theme
@ -160,6 +166,7 @@ xfsprogs
xfsdump xfsdump
xterm xterm
grub-pc grub-pc
xsettingsd
" > $acorbuild/build/config/package-lists/packages.list.chroot " > $acorbuild/build/config/package-lists/packages.list.chroot
@ -212,6 +219,7 @@ cp $acorbuild/acorhooks/normal/* $acorbuild/build/config/hooks/normal
cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm
cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default
cp $acorbuild/acorconfigs/.face $acorbuild/build/config/includes.chroot/etc/skel cp $acorbuild/acorconfigs/.face $acorbuild/build/config/includes.chroot/etc/skel
cp $acorbuild/acorconfigs/.gtkrc-2.0 $acorbuild/build/config/includes.chroot/etc/skel
cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary
cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives
@ -219,6 +227,7 @@ cp -r $acorbuild/acorcsv/* $acorbuild/build/config/includes.chroot/usr/share/dis
cp -r $acorbuild/acorgrub/themes $acorbuild/build/config/includes.chroot/boot/grub cp -r $acorbuild/acorgrub/themes $acorbuild/build/config/includes.chroot/boot/grub
cp -r $acorbuild/acorconfigs/lxqt/* $acorbuild/build/config/includes.chroot/etc/skel/.config cp -r $acorbuild/acorconfigs/lxqt/* $acorbuild/build/config/includes.chroot/etc/skel/.config
#symlinks chroot #symlinks chroot
ln -s Debian.info $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.info ln -s Debian.info $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.info
ln -s Debian.mirrors $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.mirrors ln -s Debian.mirrors $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.mirrors

View File

@ -54,6 +54,8 @@ echo lxqt > $acorbuild/build/config/package-lists/desktop.list.chroot
# Install software # Install software
echo "# Install software to the squashfs for calamares to unpack to the OS. echo "# Install software to the squashfs for calamares to unpack to the OS.
linux-headers-686-pae linux-headers-686-pae
lxqt-archiver
lxqt-archiver-l10n
locales locales
nala nala
dbus-x11 dbus-x11
@ -88,6 +90,10 @@ bluez
blueman blueman
gufw gufw
acoros-icons acoros-icons
materia-kde
qt5-style-kvantum
qt5-style-kvantum-l10n
qt5-style-kvantum-themes
materia-gtk-theme materia-gtk-theme
tela-icon-theme tela-icon-theme
tela-circle-icon-theme tela-circle-icon-theme
@ -160,6 +166,7 @@ xfsprogs
xfsdump xfsdump
xterm xterm
grub-pc grub-pc
xsettingsd
" > $acorbuild/build/config/package-lists/packages.list.chroot " > $acorbuild/build/config/package-lists/packages.list.chroot
@ -208,6 +215,7 @@ cp $acorbuild/acorhooks/normal/* $acorbuild/build/config/hooks/normal
cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm
cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default
cp $acorbuild/acorconfigs/.face $acorbuild/build/config/includes.chroot/etc/skel cp $acorbuild/acorconfigs/.face $acorbuild/build/config/includes.chroot/etc/skel
cp $acorbuild/acorconfigs/.gtkrc-2.0 $acorbuild/build/config/includes.chroot/etc/skel
cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary
cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives

10
acorconfigs/.gtkrc-2.0 Normal file
View File

@ -0,0 +1,10 @@
# Created by lxqt-config-appearance (DO NOT EDIT!)
gtk-theme-name = "Materia"
gtk-icon-theme-name = "Tela-circle-blue-dark"
gtk-font-name = "Cantarell 11"
gtk-button-images = 1
gtk-menu-images = 1
gtk-toolbar-style = GTK_TOOLBAR_ICONS
gtk-cursor-theme-name = Adwaita
gtk-cursor-theme-size = 16

View File

@ -0,0 +1,552 @@
[%General]
author=Tsu Jan
comment=An uncomplicated theme inspired by the Adapta GTK theme
x11drag=menubar_and_primary_toolbar
alt_mnemonic=true
left_tabs=true
attach_active_tab=false
mirror_doc_tabs=true
group_toolbar_buttons=false
toolbar_item_spacing=0
toolbar_interior_spacing=2
spread_progressbar=true
composite=true
menu_shadow_depth=5
tooltip_shadow_depth=6
splitter_width=4
scroll_width=9
scroll_arrows=false
scroll_min_extent=60
slider_width=2
slider_handle_width=18
slider_handle_length=15
tickless_slider_handle_size=16
center_toolbar_handle=true
check_size=14
textless_progressbar=false
progressbar_thickness=4
menubar_mouse_tracking=true
toolbutton_style=1
click_behavior=0
translucent_windows=false
blurring=false
popup_blurring=true
vertical_spin_indicators=false
spin_button_width=24
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=22
combo_as_lineedit=true
animate_states=true
combo_menu=true
hide_combo_checkboxes=true
combo_focus_rect=false
groupbox_top_label=true
inline_spin_indicators=true
joined_inactive_tabs=true
layout_spacing=6
layout_margin=9
scrollbar_in_view=true
transient_scrollbar=true
transient_groove=false
submenu_overlap=0
tooltip_delay=-1
tree_branch_line=true
no_window_pattern=false
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
reduce_window_opacity=0
respect_DE=true
submenu_delay=250
contrast=1.00
dialog_button_layout=0
drag_from_buttons=false
intensity=1.00
menu_blur_radius=0
no_inactiveness=false
reduce_menu_opacity=0
saturation=1.00
scrollable_menu=true
shadowless_popup=false
tooltip_blur_radius=0
[GeneralColors]
window.color=#fafbfc
base.color=white
alt.base.color=#fafafa
button.color=#fafbfc
light.color=white
mid.light.color=#f0f0f0
dark.color=#c8c8c8
mid.color=#e1e1e196
highlight.color=#00bcd4
inactive.highlight.color=#00bcd4
text.color=#000000c8
window.text.color=#000000aa
button.text.color=#000000aa
disabled.text.color=#00000073
tooltip.text.color=#eefcff
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=true
transparent_menutitle=true
respect_darkness=false
force_size_grip=true
iconless_pushbutton=false
iconless_menu=false
disabled_icon_opacity=100
lxqtmainmenu_iconsize=22
normal_default_pushbutton=true
single_top_toolbar=true
tint_on_mouseover=0
transparent_pcmanfm_view=true
no_selection_tint=true
transparent_arrow_button=true
middle_click_scroll=false
blur_only_active_window=false
centered_forms=false
kinetic_scrolling=false
noninteger_translucency=false
style_vertical_toolbars=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=true
interior.element=button
indicator.size=9
text.normal.color=#000000b4
text.focus.color=black
text.press.color=#000000b4
text.toggle.color=white
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=4
text.margin.left=2
text.margin.right=2
min_width=+0.3font
min_height=+0.3font
frame.expansion=14
[PanelButtonTool]
inherits=PanelButtonCommand
text.normal.color=#00000096
text.bold=true
[ToolbarButton]
frame.element=tbutton
interior.element=tbutton
indicator.element=tarrow
text.normal.color=#ffffffb4
text.focus.color=white
text.press.color=white
text.toggle.color=white
text.bold=true
[ToolbarLineEdit]
frame.element=lineedit
[ToolbarComboBox]
frame.element=combo
indicator.element=flat-arrow-down
text.normal.color=#ffffffb4
text.focus.color=white
text.press.color=white
text.toggle.color=white
text.bold=true
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000c8
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#00000096
text.focus.color=black
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame=true
interior=true
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
indicator.element=spin
indicator.size=10
text.normal.color=#000000c8
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#000000c8
text.focus.color=black
min_width=+0.3font
min_height=+0.3font
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#000000c8
text.focus.color=black
min_width=+0.3font
min_height=+0.3font
[Focus]
inherits=PanelButtonCommand
frame=true
frame.element=focus
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.patternsize=20
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
frame.expansion=0
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=9
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#000000c8
text.press.color=#00000096
text.focus.color=#007e8c
[Tab]
inherits=PanelButtonCommand
interior.element=tab
text.margin.left=8
text.margin.right=8
text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.normal.color=#0000007d
text.focus.color=#000000b4
text.toggle.color=#000000c8
frame.expansion=0
text.bold=true
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior.element=tabframe
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[TreeExpander]
inherits=PanelButtonCommand
indicator.size=12
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
interior.element=header
frame.element=header
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000aa
text.focus.color=#007e8c
text.press.color=black
text.toggle.color=white
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior.element=menubar
frame.element=menubar
text.normal.color=#ffffffa0
text.focus.color=white
frame.left=0
frame.right=0
frame.top=0
frame.bottom=4
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#000000c8
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=true
frame.expansion=8
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=1
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=0
text.margin.bottom=0
text.margin.left=1
text.margin.right=1
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[Splitter]
indicator.size=48
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
interior.element=scrollbarslider
interior=true
frame=false
indicator.element=grip
indicator.size=13
frame.expansion=48
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#000000c8
text.focus.color=black
text.margin.top=1
text.margin.bottom=1
text.margin.left=15
text.margin.right=5
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
text.bold=false
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.bottom=0
text.normal.color=#ffffffa0
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
interior.element=menubaritem
frame.element=menubaritem
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#ffffffb4
text.focus.color=white
text.bold=false
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#c8c8c8
text.focus.color=white
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
frame.element=combo
interior.element=combo
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
text.focus.color=#007e8c
text.press.color=#005a64
text.toggle.color=black
indicator.element=carrow
frame.expansion=0
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#000000c8
text.shadow=false
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#00000096
text.focus.color=#00bcd4
text.bold=true
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=true
frame.element=tabBarFrame
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window

View File

@ -0,0 +1,484 @@
[%General]
author=Tsu Jan
comment=A minimalistic theme inspired by the Arc GTK theme
x11drag=menubar_and_primary_toolbar
alt_mnemonic=true
left_tabs=true
attach_active_tab=true
mirror_doc_tabs=true
group_toolbar_buttons=false
toolbar_item_spacing=1
toolbar_interior_spacing=3
spread_progressbar=true
composite=true
menu_shadow_depth=7
menu_separator_height=6
tooltip_shadow_depth=6
splitter_width=4
scroll_width=9
scroll_arrows=false
scroll_min_extent=60
slider_width=6
slider_handle_width=18
slider_handle_length=18
center_toolbar_handle=true
check_size=14
textless_progressbar=false
progressbar_thickness=3font
menubar_mouse_tracking=true
toolbutton_style=1
click_behavior=0
translucent_windows=true
blurring=true
popup_blurring=true
vertical_spin_indicators=false
spin_button_width=32
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=22
combo_as_lineedit=true
animate_states=true
combo_menu=true
hide_combo_checkboxes=true
combo_focus_rect=true
groupbox_top_label=true
inline_spin_indicators=false
joined_inactive_tabs=false
layout_spacing=6
layout_margin=9
scrollbar_in_view=true
transient_scrollbar=true
transient_groove=true
submenu_overlap=3
tooltip_delay=-1
tree_branch_line=true
contrast=1.00
dialog_button_layout=0
drag_from_buttons=false
intensity=1.00
menu_blur_radius=0
no_inactiveness=false
no_window_pattern=false
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
reduce_menu_opacity=0
reduce_window_opacity=0
respect_DE=true
saturation=1.00
scrollable_menu=true
shadowless_popup=false
submenu_delay=250
tooltip_blur_radius=0
[GeneralColors]
window.color=#f5f6f7
base.color=white
alt.base.color=#f8f8f8
button.color=#fbfbfc
light.color=white
mid.light.color=#f0f0f0
dark.color=#c8c8c8
mid.color=#e1e1e1
highlight.color=#5294e2
inactive.highlight.color=#5294e2
text.color=#000000c8
window.text.color=#000000c8
button.text.color=#000000c8
disabled.text.color=#00000073
tooltip.text.color=#eefcff
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=false
transparent_menutitle=true
respect_darkness=true
force_size_grip=true
iconless_pushbutton=true
iconless_menu=false
disabled_icon_opacity=100
lxqtmainmenu_iconsize=22
normal_default_pushbutton=true
single_top_toolbar=true
tint_on_mouseover=0
transparent_pcmanfm_view=false
blur_only_active_window=false
centered_forms=false
kinetic_scrolling=false
middle_click_scroll=false
no_selection_tint=false
noninteger_translucency=false
style_vertical_toolbars=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
interior.element=button
indicator.size=9
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
min_width=+0.3font
min_height=+0.3font
frame.expansion=6
[PanelButtonTool]
inherits=PanelButtonCommand
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000c8
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#00000096
text.focus.color=black
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame=true
interior=true
frame.left=1
indicator.element=spin
indicator.size=10
text.normal.color=#000000c8
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#000000c8
text.focus.color=black
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#000000c8
text.focus.color=black
[Focus]
inherits=PanelButtonCommand
frame=true
frame.element=focus
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.patternsize=20
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
text.margin.left=1
text.margin.right=1
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=9
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#000000c8
text.press.color=#00000096
text.focus.color=black
[Tab]
inherits=PanelButtonCommand
interior.element=tab
text.margin.left=8
text.margin.right=8
text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=#0000007d
text.focus.color=#000000b4
text.toggle.color=#000000c8
frame.expansion=0
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior.element=tabframe
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[TreeExpander]
inherits=PanelButtonCommand
indicator.size=12
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
interior.element=header
frame.element=header
frame.top=3
frame.bottom=3
frame.left=1
frame.right=1
text.bold=true
text.normal.color=#00000096
text.focus.color=#4c85cb
text.toggle.color=black
indicator.element=harrow
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
frame=false
interior.element=menubar
frame.element=menubar
text.normal.color=#000000c8
text.focus.color=black
frame.bottom=0
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#000000c8
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=false
frame.expansion=8
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=0
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
frame.expansion=0
[Splitter]
indicator.size=48
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6
indicator.element=grip
indicator.size=13
frame.expansion=48
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#000000c8
text.focus.color=white
text.margin.top=1
text.margin.bottom=1
text.margin.left=15
text.margin.right=5
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.bottom=0
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
interior.element=menubaritem
frame.element=menubaritem
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#000000b4
text.focus.color=white
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#787878
text.focus.color=black
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
interior.element=combo
frame.element=combo
text.press.color=#000000c8
indicator.element=carrow
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#000000c8
text.shadow=false
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#00000096
text.focus.color=black
text.bold=true
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=true
frame.element=tabBarFrame
interior=false
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window

View File

@ -0,0 +1,552 @@
[%General]
author=Tsu Jan
comment=A theme with a Gnome like look and feel
x11drag=all
alt_mnemonic=true
left_tabs=false
attach_active_tab=false
mirror_doc_tabs=false
group_toolbar_buttons=false
toolbar_item_spacing=2
toolbar_interior_spacing=2
spread_progressbar=true
spread_menuitems=true
composite=true
menu_shadow_depth=6
tooltip_shadow_depth=6
scroll_width=12
scroll_arrows=false
scroll_min_extent=50
transient_scrollbar=true
transient_groove=true
slider_width=4
slider_handle_width=22
slider_handle_length=18
tickless_slider_handle_size=20
center_toolbar_handle=true
check_size=16
textless_progressbar=false
progressbar_thickness=4
menubar_mouse_tracking=true
toolbutton_style=1
click_behavior=0
translucent_windows=true
blurring=false
popup_blurring=true
vertical_spin_indicators=false
inline_spin_indicators=true
inline_spin_separator=true
spin_button_width=32
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=22
combo_as_lineedit=false
square_combo_button=true
combo_menu=true
hide_combo_checkboxes=true
combo_focus_rect=true
spread_header=true
layout_spacing=3
tooltip_delay=-1
submenu_overlap=0
animate_states=true
tree_branch_line=true
contrast=1.00
dialog_button_layout=2
groupbox_top_label=false
intensity=1.00
joined_inactive_tabs=true
layout_margin=4
no_inactiveness=false
no_window_pattern=false
reduce_menu_opacity=0
reduce_window_opacity=0
respect_DE=true
saturation=1.00
scrollable_menu=true
scrollbar_in_view=true
submenu_delay=250
drag_from_buttons=false
menu_blur_radius=0
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
shadowless_popup=false
tooltip_blur_radius=0
[GeneralColors]
window.color=#f6f5f4
inactive.window.color=#f6f5f4
base.color=#ffffff
inactive.base.color=#fcfcfc
alt.base.color=#f5f5f5
inactive.alt.base.color=#f2f2f2
button.color=#f1efee
light.color=white
mid.light.color=#ECECEC
dark.color=#c4beb8ff
mid.color=#D9D9D9
highlight.color=#3584e4
inactive.highlight.color=#3584e4
text.color=black
inactive.text.color=#000000c8
window.text.color=black
inactive.window.text.color=#00000078
button.text.color=black
disabled.text.color=#787878
tooltip.text.color=white
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=true
transparent_menutitle=false
transparent_arrow_button=true
respect_darkness=false
force_size_grip=true
iconless_pushbutton=false
iconless_menu=false
disabled_icon_opacity=100
normal_default_pushbutton=true
single_top_toolbar=true
tint_on_mouseover=0
lxqtmainmenu_iconsize=0
middle_click_scroll=false
no_selection_tint=false
transparent_pcmanfm_view=false
blur_only_active_window=false
centered_forms=false
kinetic_scrolling=false
noninteger_translucency=false
style_vertical_toolbars=false
[PanelButtonCommand]
frame=true
frame.element=btn
frame.expandedElement=button
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
interior.element=button
indicator.size=9
text.normal.color=black
text.normal.inactive.color=#0000008c
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.toggle.inactive.color=#0000008c
text.shadow=true
text.shadow.color=white
text.shadow.alpha=210
text.shadow.xshift=1
text.shadow.yshift=1
text.shadow.depth=1
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=3
text.margin.bottom=4
text.margin.left=3
text.margin.right=3
min_width=+0.2font
min_height=+0.2font
frame.expansion=12
[PanelButtonTool]
inherits=PanelButtonCommand
frame.element=btn
frame.expandedElement=button
[ToolbarButton]
inherits=PanelButtonCommand
interior.element=tbutton
frame.element=tbtn
frame.expandedElement=tbutton
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=black
[DockTitle]
inherits=PanelButtonCommand
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame=false
interior=false
text.normal.color=black
text.focus.color=black
text.bold=true
text.shadow=false
text.margin.top=2
text.margin.bottom=2
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame.element=btn
frame.expandedElement=button
interior.element=button
indicator.element=iarrow
indicator.size=10
text.normal.color=black
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=black
text.focus.color=black
text.shadow=false
text.margin.top=2
text.margin.bottom=2
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=black
text.focus.color=black
text.shadow=false
text.margin.top=2
text.margin.bottom=2
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
[LineEdit]
inherits=PanelButtonCommand
frame.element=le
frame.expandedElement=lineedit
interior.element=lineedit
text.margin.left=2
text.margin.right=2
text.margin.top=3
text.margin.bottom=4
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
indicator.size=10
[IndicatorArrow]
indicator.element=arrow
indicator.size=9
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#000000b4
text.normal.inactive.color=#0000008c
text.press.color=black
text.press.inactive.color=#0000008c
text.focus.color=black
text.shadow=false
[Tab]
inherits=PanelButtonCommand
interior.element=button
text.margin.left=8
text.margin.right=8
text.margin.top=3
text.margin.bottom=4
frame.element=button
focusFrame=true
indicator.element=tab
indicator.size=12
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
text.normal.color=#0000007d
text.normal.inactive.color=#0000006e
text.focus.color=#000000b4
text.toggle.color=black
text.bold=true
min_width=4font
[TabFrame]
inherits=PanelButtonCommand
frame.element=none
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[TreeExpander]
inherits=PanelButtonCommand
frame=false
interior=false
indicator.size=11
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
frame.element=header
interior.element=header
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.margin.top=3
text.margin.bottom=3
text.margin.left=3
text.margin.right=3
text.shadow=false
text.normal.color=#0000007d
text.normal.inactive.color=#0000006e
text.focus.color=#000000b4
text.toggle.color=black
text.bold=true
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior=true
frame=true
interior.element=menubar
frame.element=menubar
text.normal.color=black
text.focus.color=black
frame.left=0
frame.right=0
frame.top=0
frame.bottom=1
text.shadow=false
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#0000008c
text.normal.inactive.color=#0000006e
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=true
frame.expansion=8
text.shadow=false
[ProgressbarContents]
inherits=PanelButtonCommand
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=0
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=3
text.margin.bottom=3
text.margin.left=4
text.margin.right=4
text.normal.color=black
text.normal.inactive.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
text.toggle.inactive.color=#ffffffeb
text.shadow=false
min_height=0
[Splitter]
indicator.size=32
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6
indicator.element=grip
indicator.size=13
frame.expansion=0
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=black
text.focus.color=white
text.margin.top=2
text.margin.bottom=2
text.margin.left=15
text.margin.right=5
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.shadow=false
min_width=0
min_height=0
[MenuBar]
inherits=PanelButtonCommand
interior=true
interior.element=menubar
frame=true
frame.element=menubar
frame.left=2
frame.right=2
frame.top=0
frame.bottom=1
[MenuBarItem]
inherits=PanelButtonCommand
interior=false
frame=true
frame.element=menubaritem
frame.top=2
frame.bottom=3
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=2
text.normal.color=black
text.focus.color=#165baa
text.shadow=false
min_width=0
min_height=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#787878
text.focus.color=black
text.bold=true
text.italic=true
[ComboBox]
inherits=PanelButtonCommand
frame.element=btn
frame.expandedElement=button
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=black
text.shadow=false
[GroupBox]
inherits=GenericFrame
frame=true
frame.element=group
text.margin=0
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=black
text.press.color=black
text.focus.color=black
[TabBarFrame]
inherits=PanelButtonCommand
frame.top=3
frame.bottom=5
frame.left=3
frame.right=3
frame=true
interior=true
frame.element=tabbarframe
interior.element=tabbarframe
[ToolTip]
inherits=GenericFrame
frame.top=6
frame.bottom=6
frame.left=6
frame.right=6
interior=true
text.margin=0
interior.element=tooltip
frame.element=tooltip
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Focus]
frame=true

View File

@ -0,0 +1,601 @@
[%General]
author=Alexey Varfolomeev, based on KvAdapta by Tsu Jan
comment=An uncomplicated theme inspired by the Materia GTK theme
alt_mnemonic=true
animate_states=true
attach_active_tab=false
blurring=false
button_contents_shift=false
button_icon_size=16
center_toolbar_handle=true
check_size=16
combo_as_lineedit=true
combo_focus_rect=false
combo_menu=true
composite=true
double_click=false
fill_rubberband=false
group_toolbar_buttons=false
groupbox_top_label=true
hide_combo_checkboxes=true
inline_spin_indicators=true
joined_inactive_tabs=true
large_icon_size=32
layout_margin=9
layout_spacing=6
left_tabs=true
menu_shadow_depth=5
menubar_mouse_tracking=true
merge_menubar_with_toolbar=true
mirror_doc_tabs=true
no_inactiveness=false
no_window_pattern=false
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
popup_blurring=true
progressbar_thickness=2
reduce_menu_opacity=0
reduce_window_opacity=0
respect_DE=true
scroll_arrows=false
scroll_min_extent=60
scroll_width=9
scrollable_menu=false
scrollbar_in_view=true
slider_handle_length=22
slider_handle_width=23
slider_width=2
small_icon_size=16
spin_button_width=24
splitter_width=1
spread_menuitems=true
spread_progressbar=true
submenu_delay=250
submenu_overlap=0
textless_progressbar=false
tickless_slider_handle_size=22
toolbar_icon_size=22
toolbar_interior_spacing=2
toolbar_item_spacing=0
toolbutton_style=1
tooltip_delay=-1
tooltip_shadow_depth=3
transient_groove=false
transient_scrollbar=true
translucent_windows=true
tree_branch_line=true
vertical_spin_indicators=false
x11drag=menubar_and_primary_toolbar
click_behavior=0
contrast=1.00
dialog_button_layout=0
drag_from_buttons=false
intensity=1.00
menu_blur_radius=0
saturation=1.00
shadowless_popup=false
tooltip_blur_radius=0
[GeneralColors]
alt.base.color=#ffffff
base.color=#ffffff
button.color=#ffffff
button.text.color=#444444
dark.color=#c8c8c8
disabled.text.color=#8b8b8b
highlight.color=#1a73e856
highlight.text.color=#ffffff
inactive.highlight.color=#1a73e856
light.color=#ffffff
link.color=#8ab4f8
link.visited.color=#9c27b0
mid.color=#e1e1e196
mid.light.color=#f0f0f0
progress.indicator.text.color=#444444
text.color=#444444
tooltip.text.color=#ffffff
window.color=#f9f9f9
window.text.color=#444444
[Hacks]
blur_translucent=false
disabled_icon_opacity=100
force_size_grip=true
iconless_menu=false
iconless_pushbutton=true
kcapacitybar_as_progressbar=true
lxqtmainmenu_iconsize=16
middle_click_scroll=false
no_selection_tint=true
normal_default_pushbutton=true
opaque_colors=false
respect_darkness=false
single_top_toolbar=true
tint_on_mouseover=0
transparent_arrow_button=false
transparent_dolphin_view=false
transparent_ktitle_label=false
transparent_menutitle=true
transparent_pcmanfm_sidepane=true
transparent_pcmanfm_view=true
blur_only_active_window=false
centered_forms=false
kinetic_scrolling=false
noninteger_translucency=false
style_vertical_toolbars=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=true
interior.element=button
indicator.size=8
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#1a73e8
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=3
text.margin.left=2
text.margin.right=2
frame.expansion=0
[PanelButtonTool]
inherits=PanelButtonCommand
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#1a73e8
text.bold=false
indicator.element=arrow
indicator.size=8
frame.expansion=24
[ToolbarButton]
frame.element=tbutton
interior.element=tbutton
indicator.element=tarrow
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
text.bold=false
frame.expansion=24
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#444444
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#444444
text.focus.color=#444444
text.bold=false
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame=true
interior=true
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
indicator.element=spin
indicator.size=8
text.normal.color=#444444
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#444444
text.focus.color=#444444
min_width=+0.3font
min_height=+0.3font
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#444444
text.focus.color=#444444
min_width=+0.3font
min_height=+0.3font
[Focus]
inherits=PanelButtonCommand
frame=true
frame.element=focus
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
frame.patternsize=14
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
interior=true
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.margin.top=7
text.margin.bottom=7
text.margin.left=6
text.margin.right=6
frame.expansion=0
[ToolbarLineEdit]
frame.element=tlineedit
interior.element=tlineedit
interior=true
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.margin.top=7
text.margin.bottom=7
text.margin.left=6
text.margin.right=6
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=8
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#444444
text.press.color=#444444
text.focus.color=#444444
[Tab]
inherits=PanelButtonCommand
interior.element=tab
text.margin.left=8
text.margin.right=8
text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
indicator.size=22
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#1a73e8
frame.expansion=0
text.bold=false
focusFrame=true
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior.element=tabframe
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[TreeExpander]
inherits=PanelButtonCommand
indicator.size=8
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
interior.element=header
frame.element=header
frame.top=0
frame.bottom=1
frame.left=0
frame.right=1
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#444444
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior.element=menubar
frame.element=menubar
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
frame.left=0
frame.right=0
frame.top=0
frame.bottom=4
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
focusFrame=true
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#444444
text.bold=false
frame.expansion=8
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=0
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
text.normal.color=#444444
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#444444
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[Splitter]
indicator.size=48
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=12
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=5
frame.right=5
frame.top=5
frame.bottom=5
indicator.element=grip
indicator.size=12
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#444444
text.focus.color=#444444
text.margin.top=1
text.margin.bottom=1
text.margin.left=5
text.margin.right=5
frame.top=0
frame.bottom=0
frame.left=0
frame.right=0
text.bold=false
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.bottom=0
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
frame.expansion=0
text.bold=false
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
interior.element=menubaritem
frame.element=menubaritem
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
text.bold=false
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
interior.element=titlebar
indicator.size=16
indicator.element=mdi
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.bold=false
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
frame.element=combo
interior.element=combo
interior=true
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.margin.top=7
text.margin.bottom=7
text.margin.left=6
text.margin.right=6
text.focus.color=#444444
text.press.color=#444444
text.toggle.color=#444444
frame.expansion=0
[ToolbarComboBox]
frame.element=tcombo
interior.element=tcombo
interior=true
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.margin.top=7
text.margin.bottom=7
text.margin.left=6
text.margin.right=6
indicator.element=tarrow-down
text.normal.color=#dfdfdf
text.focus.color=#dfdfdf
text.press.color=#dfdfdf
text.toggle.color=#dfdfdf
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#444444
text.shadow=false
frame.expansion=0
text.bold=false
[GroupBox]
inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#00000096
text.focus.color=#1a73e8
text.bold=false
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=true
frame.element=tabBarFrame
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window
text.bold=false
[Dialog]
interior=true
interior.element=dialog

View File

@ -0,0 +1,2 @@
[General]
theme=Materia#

View File

@ -0,0 +1,5 @@
[dynamic]
items\1\content=@Variant(\0\0\0\x7f\0\0\0\x11\x43lipboardContent\0\0\0\0\x1\0\0\0\x14\0t\0\x65\0x\0t\0/\0p\0l\0\x61\0i\0n\0\0\0/Welcome to the Qlipper clipboard history applet)
items\1\contentType=0
items\1\mode=0
items\size=1

Binary file not shown.

View File

@ -1,60 +0,0 @@
[text]
appendEmptyLine=true
autoBracket=false
autoReplace=false
autoSave=false
autoSaveInterval=1
darkBgColorValue=15
darkColorScheme=false
dateFormat=
dictionaryPath=
executeCommand=
executeScripts=false
font="Monospace,11,-1,5,50,0,0,0,0,0"
inertialScrolling=false
lightBgColorValue=255
lineNumbers=false
maxSHSize=2
noIndent=false
noSyntaxHighlighting=false
noWrap=false
pastePaths=false
recentFiles=
recentFilesNumber=10
recentOpened=false
removeTrailingSpaces=false
saveLastFilesList=false
saveUnmodified=false
selectionHighlighting=false
showEndings=false
showWhiteSpace=false
skipNonText=true
spellCheckFromStart=false
textTabSize=4
thickCursor=false
vLineDistance=-80
[window]
closeWithLastTab=false
disableMenubarAccel=false
fullscreen=false
hideSearchbar=false
hideSingleTab=false
max=false
nativeDialog=true
noMenubar=false
noToolbar=false
openInWindows=false
position=none
prefSize=@Size(511 544)
sharedSearchHistory=false
showCursorPos=false
showLangSelector=false
showStatusbar=true
sidePaneMode=false
size=@Size(700 500)
splitterPos=150
startSize=@Size(700 500)
sysIcons=true
tabPosition=0
tabWrapAround=false

View File

@ -1,8 +1,8 @@
# Created by lxqt-config-appearance (DO NOT EDIT!) # Created by lxqt-config-appearance (DO NOT EDIT!)
[Settings] [Settings]
gtk-theme-name = Teja gtk-theme-name = Materia
gtk-icon-theme-name = Tela-circle-blue gtk-icon-theme-name = Tela-circle-blue-dark
# GTK3 ignores bold or italic attributes. # GTK3 ignores bold or italic attributes.
gtk-font-name = Cantarell 11 gtk-font-name = Cantarell 11
gtk-menu-images = 1 gtk-menu-images = 1

View File

@ -1,25 +0,0 @@
[General]
bgColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xff\xff\0\0)
fallbackIconTheme=oxygen
fullScreenBgColor=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
maxRecentFiles=5
recentlyOpenedFiles=@Invalid()
slideShowInterval=5
[Thumbnail]
MaxThumbnailFileSize=4096
ShowThumbnails=false
[Window]
FixedHeight=480
FixedWidth=640
ForceZoomFit=false
LastWindowHeight=480
LastWindowMaximized=false
LastWindowWidth=640
PrefSize=@Size(400 400)
RememberWindowSize=true
ShowAnnotationsToolbar=false
ShowOutline=false
ShowToolbar=true
UseTrash=true

View File

@ -38,14 +38,50 @@ SavedSettings\1\settings\8\connected=false
SavedSettings\1\settings\8\hash= SavedSettings\1\settings\8\hash=
SavedSettings\1\settings\8\name=Virtual8 SavedSettings\1\settings\8\name=Virtual8
SavedSettings\1\settings\size=8 SavedSettings\1\settings\size=8
SavedSettings\size=1 SavedSettings\2\date=2023-06-25T23:00:30
SavedSettings\2\name=Sun Jun 25 23:00:30 2023
SavedSettings\2\settings\1\connected=true
SavedSettings\2\settings\1\currentMode=88
SavedSettings\2\settings\1\currentModeHeight=1080
SavedSettings\2\settings\1\currentModeRate=@Variant(\0\0\0\x87\x42o\xd9\xf4)
SavedSettings\2\settings\1\currentModeWidth=1920
SavedSettings\2\settings\1\enabled=true
SavedSettings\2\settings\1\hash=
SavedSettings\2\settings\1\name=Virtual1
SavedSettings\2\settings\1\primary=true
SavedSettings\2\settings\1\rotation=1
SavedSettings\2\settings\1\xPos=0
SavedSettings\2\settings\1\yPos=0
SavedSettings\2\settings\2\connected=false
SavedSettings\2\settings\2\hash=
SavedSettings\2\settings\2\name=Virtual2
SavedSettings\2\settings\3\connected=false
SavedSettings\2\settings\3\hash=
SavedSettings\2\settings\3\name=Virtual3
SavedSettings\2\settings\4\connected=false
SavedSettings\2\settings\4\hash=
SavedSettings\2\settings\4\name=Virtual4
SavedSettings\2\settings\5\connected=false
SavedSettings\2\settings\5\hash=
SavedSettings\2\settings\5\name=Virtual5
SavedSettings\2\settings\6\connected=false
SavedSettings\2\settings\6\hash=
SavedSettings\2\settings\6\name=Virtual6
SavedSettings\2\settings\7\connected=false
SavedSettings\2\settings\7\hash=
SavedSettings\2\settings\7\name=Virtual7
SavedSettings\2\settings\8\connected=false
SavedSettings\2\settings\8\hash=
SavedSettings\2\settings\8\name=Virtual8
SavedSettings\2\settings\size=8
SavedSettings\size=2
[currentConfig] [currentConfig]
settings\1\connected=true settings\1\connected=true
settings\1\currentMode=95 settings\1\currentMode=88
settings\1\currentModeHeight=768 settings\1\currentModeHeight=1080
settings\1\currentModeRate=@Variant(\0\0\0\x87\x42p\xf\x87) settings\1\currentModeRate=@Variant(\0\0\0\x87\x42o\xd9\xf4)
settings\1\currentModeWidth=1360 settings\1\currentModeWidth=1920
settings\1\enabled=true settings\1\enabled=true
settings\1\hash= settings\1\hash=
settings\1\name=Virtual1 settings\1\name=Virtual1

View File

@ -1,8 +1,8 @@
[General] [General]
__theme_updated__=1630779240304 __theme_updated__=1630779240304
__userfile__=true __userfile__=true
icon_theme=Tela-circle-blue icon_theme=Tela-circle-blue-dark
theme=Valendas theme=kvantum
tool_button_style=ToolButtonIconOnly tool_button_style=ToolButtonIconOnly
[Palette] [Palette]
@ -17,4 +17,4 @@ window_text_color=#000000
[Qt] [Qt]
font="Cantarell,11,-1,5,50,0,0,0,0,0" font="Cantarell,11,-1,5,50,0,0,0,0,0"
style=gtk2 style=kvantum

View File

@ -107,9 +107,9 @@ AlwaysShowTabs=true
FixedHeight=480 FixedHeight=480
FixedWidth=640 FixedWidth=640
Height=480 Height=480
LastWindowHeight=509 LastWindowHeight=657
LastWindowMaximized=false LastWindowMaximized=false
LastWindowWidth=882 LastWindowWidth=1124
PathBarButtons=true PathBarButtons=true
RememberWindowSize=true RememberWindowSize=true
ReopenLastTabs=false ReopenLastTabs=false

View File

@ -58,9 +58,9 @@ Width=70
[MainWindow] [MainWindow]
ApplicationTransparency=0 ApplicationTransparency=0
fixedSize=@Size(600 400) fixedSize=@Size(600 400)
pos=@Point(179 61) pos=@Point(991 25)
size=@Size(898 518) size=@Size(898 518)
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x99\0\xff\xff\xff\0\0\x3\x82\0\0\x1\xeb\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0) state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x98\0\xff\xff\xff\0\0\x3\x82\0\0\x1\xe4\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
[Sessions] [Sessions]
size=0 size=0

View File

@ -2,7 +2,7 @@
<channel name="xfwm4" version="1.0"> <channel name="xfwm4" version="1.0">
<property name="general" type="empty"> <property name="general" type="empty">
<property name="theme" type="string" value="Materia"/> <property name="theme" type="string" value="Materia-dark"/>
<property name="repeat_urgent_blink" type="empty"/> <property name="repeat_urgent_blink" type="empty"/>
<property name="show_dock_shadow" type="bool" value="true"/> <property name="show_dock_shadow" type="bool" value="true"/>
<property name="urgent_blink" type="empty"/> <property name="urgent_blink" type="empty"/>