fasddfasf

This commit is contained in:
2026-01-07 20:36:21 +03:00
parent 5e11af76e7
commit 04ed871161
11919 changed files with 370502 additions and 0 deletions

28
.themes/Mantis/README.md Normal file
View File

@@ -0,0 +1,28 @@
Mantis
==========
*Mantis* is a dark gray theme for Xfce.
It's existence comes from a need for an easy-on-the-eyes workstation theme.
The GTK 2 widget theme is based on Xfce-Simple-Dark (https://github.com/trustable-code/Xfce-Simple-Dark)
Basic GTK3 support exists and is lifted from my dark gray spin of the Arc theme (https://github.com/mantissa-/arc-pro-theme)
Xfce panel theming needs some work, but it's not the worst.
Tested on Xubuntu 17.10, YMMV.
![A screenshot of Mantis](https://i.imgur.com/Mjb8o3N.png)
*Breeze icon set was used in this setup*
Installation
------------
1. Unzip and rename base folder `Mantis`, then copy into your `~/.themes/` directory.
2. Open *Appearance* and select the theme.
3. Open *Window Manager* and select the theme.
License
-------
GPLv3

View File

@@ -0,0 +1,164 @@
#
# Darkness: Dark gtk2 theme.
#
gtk-icon-sizes = "gtk-button = 16,16"
gtk-icon-sizes = "gtk-menu= 24,24"
style "default"
{
GtkButton::focus-padding = 2
GtkCheckButton::indicator_size = 14
GtkRadioButton::indicator_size = 14
GtkComboBox::appears-as-list = 0
GtkMenuBar::internal-padding = 2
GtkMenuBar::shadow_type = in
GtkMenuItem::selected_shadow_type = etched-in
GtkRange::slider_width = 12
GtkRange::stepper_size = 10
GtkRange::stepper_spacing = 0
GtkRange::trough_border = 1
GtkScrollbar::has_forward_stepper = 0
GtkScrollbar::has_secondary_forward_stepper = 0
GtkScrollbar::has_backward_stepper = 0
GtkScrollbar::has_secondary_backward_stepper = 0
GtkScrollbar::min_slider_length = 50
GtkScrollbar::slider-width = 5
GtkEntry::cursor_aspect_ratio = 0.1
GtkEntry::cursor_aspect_ratio = 0.1
xthickness = 1
ythickness = 1
base[ACTIVE] = "#333333"
base[INSENSITIVE] = "#111111"
base[NORMAL] = "#222222"
base[PRELIGHT] = "#00FF00"
base[SELECTED] = "#383838"
bg[ACTIVE] = "#090909"
bg[INSENSITIVE] = "#202020"
bg[NORMAL] = "#171717"
bg[PRELIGHT] = "#333333"
bg[SELECTED] = "#303030"
fg[ACTIVE] = "#AAAAAA"
fg[INSENSITIVE] = "#555555"
fg[NORMAL] = "#BEBEBE"
fg[PRELIGHT] = "#CFCFCF"
fg[SELECTED] = "#555555"
text[ACTIVE] = "#EEEEEE"
text[INSENSITIVE] = "#666666"
text[NORMAL] = "#BEBEBE"
text[PRELIGHT] = "#CFCFCF"
text[SELECTED] = "#EEEEEE"
engine "murrine"
{
#options
animation = FALSE # FALSE = disabled, TRUE = enabled
colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled
contrast = 0.125 # 0.8 for less contrast, more than 1.0 for more contrast on borders
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
glow_shade = 1.0
glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
gradient_shades = {1.0, 1.0, 1.0, 1.0}
highlight_shade = 1.0 # set highlight amount for buttons or widgets
lightborder_shade = 15.0 # sets lightborder amount for buttons or widgets
lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
listviewstyle = 0 # 0 = nothing, 1 = dotted
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
menubarstyle = 3 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
menuitemstyle = 2 # 0 = flat, 1 = glassy, 2 = striped
menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
progressbarstyle = 0 # 0 = flat, 1 = striped, 2 = blocks
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow
rgba = FALSE # FALSE = disabled, TRUE = enabled
roundness = 0 # 0 = squared, 1 = old default, more will increase roundness
scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
sliderstyle = 1 # 0 = nothing added, 1 = handles
stepperstyle = 2 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
}
}
widget_class "*" style "default"
style "menustyle" = "default"
{
xthickness = 1
ythickness = 1
}
widget_class "*BonoboDockItem" style "menustyle"
class "*BonoboDockItem" style "menustyle"
widget_class "*ToolBar" style "menustyle"
class "*ToolBar" style "menustyle"
widget_class "*MenuBar" style "menustyle"
class "*MenuBar" style "menustyle"
style "sbstyle" = "default"
{
xthickness = 2
ythickness = 2
bg[NORMAL] = "#8d8d8d"
}
widget_class "*Scrollbar*" style "sbstyle"
class "*Scrollbar*" style "sbstyle"
widget_class "*GtkScale*" style "sbstyle"
class "*GtkScale*" style "sbstyle"
style "progress" = "default"
{
bg[SELECTED] = "#303030"
bg[ACTIVE] = "#000000"
xthickness = 2
ythickness = 2
}
widget_class "*GtkProgress*" style "progress"
class "*GtkProgress*" style "progress"
style "menuitem" = "default"
{
xthickness = 1
ythickness = 3
}
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"
style "flat" = "default"
{
xthickness = 2
ythickness = 2
}
widget_class "*HandleBox" style "flat"
# This is for the window borders (xfwm4 & metacity)
#
style "titlebar"
{
bg[SELECTED] = "#444444"
fg[SELECTED] = "#ffffff"
bg[INSENSITIVE] = "#202020"
fg[INSENSITIVE] = "#808080"
}
widget "xfwm" style "titlebar"
class "MetaFrames" style "titlebar"
widget_class "MetaFrames" style "titlebar"
style "xfce-tasklist-style"
{
XfceTasklist::max-button-length = 200
}
class "XfceTasklist" style "xfce-tasklist-style"

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Some files were not shown because too many files have changed in this diff Show More