2
This commit is contained in:
7
noctalia-dotfiles/.config/gtk-3.0/bookmarks
Normal file
7
noctalia-dotfiles/.config/gtk-3.0/bookmarks
Normal file
@ -0,0 +1,7 @@
|
||||
file:///home/shorin/Documents Documents
|
||||
file:///home/shorin/Pictures Pictures
|
||||
file:///home/shorin/Videos Videos
|
||||
file:///home/shorin/Music Music
|
||||
file:///home/shorin/Downloads Downloads
|
||||
file:///home/shorin/.config .config
|
||||
file:///home/shorin/.local
|
||||
1
noctalia-dotfiles/.config/gtk-3.0/gtk.css
Normal file
1
noctalia-dotfiles/.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1 @@
|
||||
@import url("noctalia.css");
|
||||
53
noctalia-dotfiles/.config/gtk-3.0/noctalia.css
Normal file
53
noctalia-dotfiles/.config/gtk-3.0/noctalia.css
Normal file
@ -0,0 +1,53 @@
|
||||
/*
|
||||
* GTK Colors (GTK3)
|
||||
* Generated by Noctalia's Template Processor
|
||||
* stylelint-disable at-rule-no-unknown
|
||||
*/
|
||||
|
||||
@define-color accent_color #bec2ff;
|
||||
@define-color accent_bg_color #bec2ff;
|
||||
@define-color accent_fg_color #1f2578;
|
||||
|
||||
@define-color destructive_bg_color #ffb4ab;
|
||||
@define-color destructive_fg_color #690005;
|
||||
|
||||
@define-color error_bg_color #ffb4ab;
|
||||
@define-color error_fg_color #690005;
|
||||
|
||||
@define-color window_bg_color #131316;
|
||||
@define-color window_fg_color #e5e1e6;
|
||||
|
||||
@define-color view_bg_color #131316;
|
||||
@define-color view_fg_color #e5e1e6;
|
||||
|
||||
@define-color headerbar_bg_color #131316;
|
||||
@define-color headerbar_fg_color #e5e1e6;
|
||||
@define-color headerbar_backdrop_color @window_bg_color;
|
||||
|
||||
@define-color popover_bg_color #1f1f23;
|
||||
@define-color popover_fg_color #e5e1e6;
|
||||
|
||||
@define-color card_bg_color #1f1f23;
|
||||
@define-color card_fg_color #e5e1e6;
|
||||
|
||||
@define-color dialog_bg_color #131316;
|
||||
@define-color dialog_fg_color #e5e1e6;
|
||||
|
||||
@define-color overview_bg_color #1f1f23;
|
||||
@define-color overview_fg_color #e5e1e6;
|
||||
|
||||
@define-color sidebar_bg_color #1f1f23;
|
||||
@define-color sidebar_fg_color #e5e1e6;
|
||||
@define-color sidebar_backdrop_color @window_bg_color;
|
||||
@define-color sidebar_border_color @window_bg_color;
|
||||
|
||||
@define-color secondary_sidebar_bg_color #131316;
|
||||
@define-color secondary_sidebar_fg_color #e5e1e6;
|
||||
|
||||
/* Backdrop/unfocused states */
|
||||
@define-color theme_unfocused_fg_color @window_fg_color;
|
||||
@define-color theme_unfocused_text_color @view_fg_color;
|
||||
@define-color theme_unfocused_bg_color @window_bg_color;
|
||||
@define-color theme_unfocused_base_color @window_bg_color;
|
||||
@define-color theme_unfocused_selected_bg_color @accent_bg_color;
|
||||
@define-color theme_unfocused_selected_fg_color @accent_fg_color;
|
||||
17
noctalia-dotfiles/.config/gtk-3.0/settings.ini
Normal file
17
noctalia-dotfiles/.config/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,17 @@
|
||||
[Settings]
|
||||
gtk-theme-name=adw-gtk3-dark
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=1
|
||||
Reference in New Issue
Block a user