-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous theme changes; added dark icon theme
- Loading branch information
Showing
27 changed files
with
95 additions
and
55 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
window-close.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
window-close.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[Icon Theme] | ||
Name=Raleigh-Dark | ||
Comment=A redo of the GNOME icon theme as it stood until 2006, optimized for dark UI themes | ||
Inherits=Raleigh | ||
Directories=16,20,24,32,48 | ||
|
||
[16] | ||
Size=16 | ||
Type=Fixed | ||
|
||
[20] | ||
Size=20 | ||
Type=Fixed | ||
|
||
[24] | ||
Size=24 | ||
Type=Fixed | ||
|
||
[32] | ||
Size=32 | ||
Type=Fixed | ||
|
||
[48] | ||
Size=48 | ||
Type=Fixed |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
@define-color light_base_color #434444; | ||
@define-color base_color #232424; | ||
@define-color dark_base_color #111111; | ||
@define-color darkest_base_color #000000; | ||
@define-color light_base_color #434444; | ||
@define-color base_color #232424; | ||
@define-color dark_base_color #111111; | ||
@define-color darkest_base_color #000000; | ||
|
||
@define-color bg_color @base_color; | ||
@define-color fg_color #ffffff; | ||
@define-color bg_color @base_color; | ||
@define-color fg_color #ffffff; | ||
|
||
@define-color selected_bg_color #49667f; | ||
@define-color selected_fg_color #ffffff; | ||
@define-color selected_unfocused_bg_color shade(@base_color, .75); | ||
@define-color selected_unfocused_fg_color #ffffff; | ||
@define-color selected_bg_color #49667f; | ||
@define-color selected_fg_color #ffffff; | ||
@define-color selected_unfocused_bg_color shade(@base_color, .75); | ||
@define-color selected_unfocused_fg_color #ffffff; | ||
|
||
@define-color tooltip_bg_color #12110d; | ||
@define-color tooltip_fg_color @fg_color; | ||
@define-color tooltip_bg_color #12110d; | ||
@define-color tooltip_fg_color @fg_color; | ||
|
||
@define-color link_color #7777ff; | ||
@define-color visited_link_color #cc929c; | ||
@define-color link_color #7777ff; | ||
@define-color visited_link_color #cc929c; | ||
|
||
@define-color color_1 #999999; | ||
@define-color color_2 @light_base_color; | ||
@define-color color_3 #333333; | ||
@define-color color_1 #999999; | ||
@define-color color_2 @light_base_color; | ||
@define-color color_3 #333333; | ||
|
||
@define-color insensitive_fg_color #999999; | ||
@define-color insensitive_text_shadow_color #000000; | ||
@define-color insensitive_fg_color #999999; | ||
@define-color insensitive_text_shadow_color #000000; | ||
|
||
@define-color hover_bg_color #333333; | ||
@define-color hover_bg_color #333333; | ||
|
||
@define-color colored_border_fg_color #000000; | ||
@define-color error_destructive_bg_color #f03838; | ||
@define-color info_bg_color #ffffbf; | ||
@define-color question_suggested_bg_color #8cb0d7; | ||
@define-color warning_bg_color #fcaf3e; | ||
@define-color colored_border_fg_color #000000; | ||
@define-color colored_border_insensitive_text_shadow_color #ffffff; | ||
@define-color error_destructive_bg_color #f03838; | ||
@define-color info_bg_color #ffffbf; | ||
@define-color question_suggested_bg_color #8cb0d7; | ||
@define-color warning_bg_color #fcaf3e; | ||
|
||
@define-color destructive_hover_bg_color shade(@error_destructive_bg_color, 1.1); | ||
@define-color suggested_hover_bg_color shade(@question_suggested_bg_color, 1.1); | ||
@define-color destructive_hover_bg_color shade(@error_destructive_bg_color, 1.1); | ||
@define-color suggested_hover_bg_color shade(@question_suggested_bg_color, 1.1); | ||
|
||
@import url('main.css'); | ||
@import url('gtk-dark-assets.css'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
@define-color light_base_color #ffffff; | ||
@define-color base_color #dcdad5; | ||
@define-color dark_base_color #777777; | ||
@define-color darkest_base_color #000000; | ||
@define-color light_base_color #ffffff; | ||
@define-color base_color #dcdad5; | ||
@define-color dark_base_color #777777; | ||
@define-color darkest_base_color #000000; | ||
|
||
@define-color bg_color @base_color; | ||
@define-color fg_color #000000; | ||
@define-color bg_color @base_color; | ||
@define-color fg_color #000000; | ||
|
||
@define-color selected_bg_color #49667f; | ||
@define-color selected_fg_color #ffffff; | ||
@define-color selected_unfocused_bg_color shade(@base_color, .75); | ||
@define-color selected_unfocused_fg_color #ffffff; | ||
@define-color selected_bg_color #49667f; | ||
@define-color selected_fg_color #ffffff; | ||
@define-color selected_unfocused_bg_color shade(@base_color, .75); | ||
@define-color selected_unfocused_fg_color #ffffff; | ||
|
||
@define-color tooltip_bg_color #eee1b3; | ||
@define-color tooltip_fg_color #000000; | ||
@define-color tooltip_bg_color #eee1b3; | ||
@define-color tooltip_fg_color #000000; | ||
|
||
@define-color link_color #0000ee; | ||
@define-color visited_link_color #551a8b; | ||
@define-color link_color #0000ee; | ||
@define-color visited_link_color #551a8b; | ||
|
||
@define-color color_1 #777777; | ||
@define-color color_2 @light_base_color; | ||
@define-color color_3 #cccccc; | ||
@define-color color_1 #777777; | ||
@define-color color_2 @light_base_color; | ||
@define-color color_3 #cccccc; | ||
|
||
@define-color insensitive_fg_color #777777; | ||
@define-color insensitive_text_shadow_color #ffffff; | ||
@define-color insensitive_fg_color #777777; | ||
@define-color insensitive_text_shadow_color #ffffff; | ||
|
||
@define-color hover_bg_color #eeeeee; | ||
@define-color hover_bg_color #eeeeee; | ||
|
||
@define-color colored_border_fg_color #000000; | ||
@define-color error_destructive_bg_color #f03838; | ||
@define-color info_bg_color #ffffbf; | ||
@define-color question_suggested_bg_color #8cb0d7; | ||
@define-color warning_bg_color #fcaf3e; | ||
@define-color colored_border_fg_color #000000; | ||
@define-color colored_border_insensitive_text_shadow_color #ffffff; | ||
@define-color error_destructive_bg_color #f03838; | ||
@define-color info_bg_color #ffffbf; | ||
@define-color question_suggested_bg_color #8cb0d7; | ||
@define-color warning_bg_color #fcaf3e; | ||
|
||
@define-color destructive_hover_bg_color shade(@error_destructive_bg_color, 1.1); | ||
@define-color suggested_hover_bg_color shade(@question_suggested_bg_color, 1.1); | ||
@define-color destructive_hover_bg_color shade(@error_destructive_bg_color, 1.1); | ||
@define-color suggested_hover_bg_color shade(@question_suggested_bg_color, 1.1); | ||
|
||
@import url('main.css'); | ||
@import url('gtk-assets.css'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters