mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
asdf
This commit is contained in:
parent
975c6265d7
commit
a69ccc8fbd
8 changed files with 96 additions and 18 deletions
|
@ -310,9 +310,9 @@ font:
|
||||||
size: 12
|
size: 12
|
||||||
normal:
|
normal:
|
||||||
#family: JetBrainsMono Nerd Font
|
#family: JetBrainsMono Nerd Font
|
||||||
#family: Iosevka Term
|
family: Iosevka Term
|
||||||
#family: cozette
|
#family: cozette
|
||||||
family: Terminus (TTF)
|
#family: Terminus (TTF)
|
||||||
#family: cherry
|
#family: cherry
|
||||||
#family: lucy tewi2a
|
#family: lucy tewi2a
|
||||||
#family: Scientifica
|
#family: Scientifica
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"optOut": false,
|
"optOut": false,
|
||||||
"lastUpdateCheck": 1589536718785
|
"lastUpdateCheck": 1589717680806
|
||||||
}
|
}
|
77
files/.config/gtk-3.0/colors.css
Normal file
77
files/.config/gtk-3.0/colors.css
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
@define-color theme_fg_color #eff0f1;
|
||||||
|
@define-color theme_bg_color #31363b;
|
||||||
|
@define-color theme_text_color #eff0f1;
|
||||||
|
@define-color theme_base_color #232629;
|
||||||
|
@define-color theme_view_hover_decoration_color #3daee9;
|
||||||
|
@define-color theme_hovering_selected_bg_color #3daee9;
|
||||||
|
@define-color theme_selected_bg_color #3daee9;
|
||||||
|
@define-color theme_selected_fg_color #eff0f1;
|
||||||
|
@define-color theme_view_active_decoration_color #3daee9;
|
||||||
|
@define-color theme_button_background_normal #31363b;
|
||||||
|
@define-color theme_button_decoration_hover #3daee9;
|
||||||
|
@define-color theme_button_decoration_focus #3daee9;
|
||||||
|
@define-color theme_button_foreground_normal #eff0f1;
|
||||||
|
@define-color theme_button_foreground_active #eff0f1;
|
||||||
|
@define-color borders #606468;
|
||||||
|
@define-color warning_color #f67400;
|
||||||
|
@define-color success_color #27ae60;
|
||||||
|
@define-color error_color #da4453;
|
||||||
|
@define-color theme_unfocused_fg_color #eff0f1;
|
||||||
|
@define-color theme_unfocused_text_color #eff0f1;
|
||||||
|
@define-color theme_unfocused_bg_color #31363b;
|
||||||
|
@define-color theme_unfocused_base_color #232629;
|
||||||
|
@define-color theme_unfocused_selected_bg_color_alt #224e65;
|
||||||
|
@define-color theme_unfocused_selected_bg_color #224e65;
|
||||||
|
@define-color theme_unfocused_selected_fg_color #eff0f1;
|
||||||
|
@define-color theme_button_background_backdrop #31363b;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop #3daee9;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop #3daee9;
|
||||||
|
@define-color theme_button_foreground_backdrop #eff0f1;
|
||||||
|
@define-color theme_button_foreground_active_backdrop #eff0f1;
|
||||||
|
@define-color unfocused_borders #606468;
|
||||||
|
@define-color warning_color_backdrop #f67400;
|
||||||
|
@define-color success_color_backdrop #27ae60;
|
||||||
|
@define-color error_color_backdrop #da4453;
|
||||||
|
@define-color insensitive_fg_color #6e7175;
|
||||||
|
@define-color insensitive_base_fg_color #65686a;
|
||||||
|
@define-color insensitive_bg_color #2e3338;
|
||||||
|
@define-color insensitive_base_color #212427;
|
||||||
|
@define-color insensitive_selected_bg_color #2e3338;
|
||||||
|
@define-color insensitive_selected_fg_color #6e7175;
|
||||||
|
@define-color theme_button_background_insensitive #2e3338;
|
||||||
|
@define-color theme_button_decoration_hover_insensitive #325b72;
|
||||||
|
@define-color theme_button_decoration_focus_insensitive #325b72;
|
||||||
|
@define-color theme_button_foreground_insensitive #6e7175;
|
||||||
|
@define-color theme_button_foreground_active_insensitive #6e7175;
|
||||||
|
@define-color insensitive_borders #3e4347;
|
||||||
|
@define-color warning_color_insensitive #683e19;
|
||||||
|
@define-color success_color_insensitive #225139;
|
||||||
|
@define-color error_color_insensitive #5e2e35;
|
||||||
|
@define-color insensitive_unfocused_fg_color #6e7175;
|
||||||
|
@define-color theme_unfocused_view_text_color #65686a;
|
||||||
|
@define-color insensitive_unfocused_bg_color #2e3338;
|
||||||
|
@define-color theme_unfocused_view_bg_color #212427;
|
||||||
|
@define-color insensitive_unfocused_selected_bg_color #2e3338;
|
||||||
|
@define-color insensitive_unfocused_selected_fg_color #6e7175;
|
||||||
|
@define-color theme_button_background_backdrop_insensitive #2e3338;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop_insensitive #325b72;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop_insensitive #325b72;
|
||||||
|
@define-color theme_button_foreground_backdrop_insensitive #6e7175;
|
||||||
|
@define-color theme_button_foreground_active_backdrop_insensitive #6e7175;
|
||||||
|
@define-color unfocused_insensitive_borders #3e4347;
|
||||||
|
@define-color warning_color_insensitive_backdrop #683e19;
|
||||||
|
@define-color success_color_insensitive_backdrop #225139;
|
||||||
|
@define-color error_color_insensitive_backdrop #5e2e35;
|
||||||
|
@define-color link_color #2980b9;
|
||||||
|
@define-color link_visited_color #7f8c8d;
|
||||||
|
@define-color tooltip_text #eff0f1;
|
||||||
|
@define-color tooltip_background #31363b;
|
||||||
|
@define-color tooltip_border #606468;
|
||||||
|
@define-color content_view_bg #232629;
|
||||||
|
@define-color theme_titlebar_background rgb(49,54,59);
|
||||||
|
@define-color theme_titlebar_foreground rgb(239,240,241);
|
||||||
|
@define-color theme_titlebar_background_light #31363b;
|
||||||
|
@define-color theme_titlebar_foreground_backdrop rgb(127,140,141);
|
||||||
|
@define-color theme_titlebar_background_backdrop rgb(49,54,59);
|
||||||
|
@define-color theme_titlebar_foreground_insensitive rgb(127,140,141);
|
||||||
|
@define-color theme_titlebar_foreground_insensitive_backdrop rgb(127,140,141);
|
|
@ -1,3 +1,4 @@
|
||||||
.termite {
|
.termite {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
@import 'colors.css';
|
|
@ -1,19 +1,19 @@
|
||||||
[settings]
|
|
||||||
gtk-theme-name="Arc-Darker"
|
|
||||||
|
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Adwaita-dark
|
gtk-button-images=1
|
||||||
gtk-icon-theme-name=Arc-X-D
|
|
||||||
gtk-font-name=Sans 9
|
|
||||||
gtk-cursor-theme-name=capitaine-cursors-light
|
gtk-cursor-theme-name=capitaine-cursors-light
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-button-images=1
|
|
||||||
gtk-menu-images=1
|
|
||||||
gtk-enable-event-sounds=0
|
gtk-enable-event-sounds=0
|
||||||
gtk-enable-input-feedback-sounds=0
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-font-name=Sans 9
|
||||||
|
gtk-icon-theme-name=Arc-X-D
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-theme-name=Adwaita-dark
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
gtk-xft-rgba=rgb
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
gtk-theme-name="Arc-Darker"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/leon/Bilder/screenshots, file:///home/leon/coding/projects/pipr/target/x86_64-unknown-linux-musl/release, file:///home/leon/studium/Studium/Sem4/verteilteSysteme/Klausur2003, file:///home/leon, file:///home/leon/Downloads, file:///home/leon/Dokumente
|
history=file:///home/leon/coding/projects/pipr/target/x86_64-unknown-linux-musl/release, file:///home/leon/studium/Studium/Sem4/verteilteSysteme/Klausur2003, file:///home/leon, file:///home/leon/Downloads, file:///home/leon/Dokumente
|
||||||
lastVisited=file:///home/leon/Dokumente
|
lastVisited=file:///home/leon/Downloads
|
||||||
qtVersion=5.14.2
|
qtVersion=5.14.2
|
||||||
shortcuts=file:, file:///home/leon
|
shortcuts=file:, file:///home/leon
|
||||||
sidebarWidth=98
|
sidebarWidth=98
|
||||||
|
|
|
@ -10,7 +10,7 @@ font = Terminus (TTF) 12
|
||||||
[colors]
|
[colors]
|
||||||
# hard contrast: background = #1d2021
|
# hard contrast: background = #1d2021
|
||||||
background = rgba(40, 40, 40, 1)
|
background = rgba(40, 40, 40, 1)
|
||||||
;background = rgba(40, 40, 40, 0.95)
|
;background = rgba(40, 40, 40, 0.90)
|
||||||
# soft contrast: background = #32302f
|
# soft contrast: background = #32302f
|
||||||
foreground = #ebdbb2
|
foreground = #ebdbb2
|
||||||
foreground_bold = #ebdbb2
|
foreground_bold = #ebdbb2
|
||||||
|
|
|
@ -415,8 +415,8 @@ main = do
|
||||||
|
|
||||||
let myConfig = desktopConfig
|
let myConfig = desktopConfig
|
||||||
{ terminal = myTerminal
|
{ terminal = myTerminal
|
||||||
, workspaces = if useSharedWorkspaces then map show [1..9 :: Int]
|
, workspaces = if useSharedWorkspaces then (map show [1..9 :: Int]) ++ ["NSP"]
|
||||||
else withScreens (fromIntegral currentScreenCount) (map show [1..6 :: Int])
|
else (withScreens (fromIntegral currentScreenCount) (map show [1..6 :: Int])) ++ ["NSP"]
|
||||||
, modMask = myModMask
|
, modMask = myModMask
|
||||||
, borderWidth = 2
|
, borderWidth = 2
|
||||||
, layoutHook = myLayout
|
, layoutHook = myLayout
|
||||||
|
|
Loading…
Reference in a new issue