fixed index files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Kaliish-orange-Dark
|
||||
Comment=Orange theme based on Kali-dark theme
|
||||
Encoding=UTF-8
|
||||
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Kaliish-orange-Dark
|
||||
MetacityTheme=Kaliish-orange-Dark
|
||||
ButtonLayout=:minimize,maximize,close
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Kaliish-orange-Light
|
||||
Comment=Orange theme based on Kali-Light theme
|
||||
Encoding=UTF-8
|
||||
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Kaliish-orange-Light
|
||||
MetacityTheme=Kaliish-orange-Light
|
||||
IconTheme=Flat-Remix-Blue-Light
|
||||
CursorTheme=Adwaita
|
||||
ButtonLayout=:minimize,maximize,close
|
||||
@@ -0,0 +1,38 @@
|
||||
# Based on Bridge by ScionicSpectre
|
||||
# vim:set ts=2 sw=2 sts=2 ai et:
|
||||
#
|
||||
# This is the GTK+ 2 version of Adwaita. It's whole purpose is to look as the
|
||||
# GTK+ 3 version as much as possible until GTK+ 2 dies completely.
|
||||
#
|
||||
# Note: comments for explaining styles are on the bottom of each file beside the
|
||||
# widget matches.
|
||||
|
||||
# Declare the colours used throughout the theme.
|
||||
# There shouldn't be any fiddling with them in the theme files themselves in
|
||||
# order to not mess up the dark theme.
|
||||
|
||||
# Text/base
|
||||
gtk-color-scheme = "text_color:white\nbase_color:#292c37"
|
||||
# Foreground/background
|
||||
gtk-color-scheme = "fg_color:#eeeeec\nbg_color:#23252e"
|
||||
# Selected foreground/background
|
||||
gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#ff9d1e"
|
||||
# Insensitive foreground/background
|
||||
gtk-color-scheme = "insensitive_fg_color:#888a8d\ninsensitive_bg_color:#242731"
|
||||
# Menus
|
||||
gtk-color-scheme = "menu_color:#1a1e23"
|
||||
# Links
|
||||
gtk-color-scheme = "link_color:#ff9d1e\nvisited_link_color:#d67600"
|
||||
# Treeview headers
|
||||
gtk-color-scheme = "column_header_color:#898b8b\nhover_column_header_color:#bcbdbc"
|
||||
# Window decoration
|
||||
gtk-color-scheme = "window_color:#292c37"
|
||||
# Tooltips
|
||||
gtk-color-scheme = "tooltip_fg_color:#ffffff\ntooltip_bg_color:#000000"
|
||||
|
||||
# Set GTK settings
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-primary-button-warps-slider = 1
|
||||
|
||||
# And hand over the control to the theme files
|
||||
include "main.rc"
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
active_text_color=#fff
|
||||
inactive_text_color=#8c8f94
|
||||
button_offset=1
|
||||
button_spacing=4
|
||||
show_app_icon=true
|
||||
full_width_title=true
|
||||
maximized_offset=0
|
||||
title_horizontal_offset=3
|
||||
title_shadow_active=false
|
||||
title_shadow_inactive=false
|
||||
title_vertical_offset_active=0
|
||||
title_vertical_offset_inactive=0
|
||||
shadow_delta_height=2
|
||||
shadow_delta_width=0
|
||||
shadow_delta_x=0
|
||||
shadow_delta_y=-2
|
||||
shadow_opacity=40
|
||||
Reference in New Issue
Block a user