From 043e2708e8c58ce15a6003318d8f958f3f1b35a6 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Fri, 7 Feb 2025 15:45:50 -0500 Subject: [PATCH] ambiance --- config/.config/dconf/user.txt | 18 +++++++++--------- config/.config/ghostty/config | 5 +++-- config/.config/nvim/after/plugin/colors.lua | 2 +- config/.config/qt5ct/qt5ct.conf | 8 ++++---- config/.config/qt5ct/style-colors.conf | 6 +++--- config/.config/qt6ct/qt6ct.conf | 8 ++++---- config/.config/sway/config | 17 ++++++++++------- 7 files changed, 34 insertions(+), 30 deletions(-) diff --git a/config/.config/dconf/user.txt b/config/.config/dconf/user.txt index b8eb697..78c96d8 100644 --- a/config/.config/dconf/user.txt +++ b/config/.config/dconf/user.txt @@ -641,7 +641,7 @@ first-run=false view='icon-view' window-maximized=false window-position=[20, 20] -window-size=[2536, 1395] +window-size=[2536, 1393] [org/gnome/builder] night-mode=true @@ -893,7 +893,7 @@ xkb-options=['lv3:ralt_switch'] [org/gnome/desktop/interface] clock-format='12h' -color-scheme='prefer-dark' +color-scheme='default' cursor-size=24 cursor-theme='Chicago95_Animated_Hourglass_Cursors' document-font-name='Cantarell 11' @@ -901,9 +901,9 @@ enable-animations=true enable-hot-corners=true font-antialiasing='rgba' font-hinting='slight' -font-name='Terminus 10' -gtk-theme='Chicago95' -icon-theme='Chicago95-tux' +font-name='Ubuntu 10' +gtk-theme='Ambiance-RW' +icon-theme='Humanity' monospace-font-name='BigBlueTermPlus Nerd Font 12' show-battery-percentage=true toolbar-style='text' @@ -1120,7 +1120,7 @@ content-filters=['https://better.fyi/blockerList.json'] [org/gnome/epiphany/state] is-maximized=false window-position=(0, 0) -window-size=(1832, 1189) +window-size=(2560, 1419) [org/gnome/epiphany/web] default-zoom-level=1.0 @@ -1600,7 +1600,7 @@ use-theme-colors=true show-extensions-notice=false [org/gtk/gtk4/settings/color-chooser] -selected-color=(true, 0.75294119119644165, 0.75294119119644165, 0.75294119119644165, 1.0) +selected-color=(true, 0.16078431904315948, 0.16470588743686676, 0.18823529779911041, 1.0) custom-colors=[(0.93725490570068359, 0.93725490570068359, 0.93725490570068359, 1.0), (0.0, 0.0, 0.50196081399917603, 1.0), (0.50196081399917603, 0.50196081399917603, 0.50196081399917603, 1.0), (0.75294119119644165, 0.75294119119644165, 0.75294119119644165, 1.0), (0.16078431904315948, 0.16470588743686676, 0.18823529779911041, 1.0), (0.2963888943195343, 0.56931114196777344, 0.91666668653488159, 1.0), (0.47450980544090271, 0.91372549533843994, 0.094117648899555206, 1.0)] [org/gtk/gtk4/settings/file-chooser] @@ -1633,8 +1633,8 @@ sort-column='name' sort-directories-first=false sort-order='ascending' type-format='category' -window-position=(5, 5) -window-size=(1260, 1361) +window-position=(52, 39) +window-size=(1260, 1363) [org/virt-manager/virt-manager] manager-window-height=1388 diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index 06cb03b..d777974 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -4,11 +4,12 @@ font-family = "" # font-family = "BigBlueTermPlus Nerd Font" # font-family = "Olympe Mono Hacked" # font-family = "CaskaydiaCove Nerd Font" -font-family = "Terminess Nerd Font Mono" +# font-family = "Terminess Nerd Font Mono" +font-family = "Ubuntu Mono Nerd Font" # theme = light:rose-pine-dawn,dark:rose-pine font-size = 15 # theme = light:xcodelight,dark:xcodedark -theme = xcodedark +theme = Monokai Classic # window-decoration = false gtk-adwaita = false window-decoration = server diff --git a/config/.config/nvim/after/plugin/colors.lua b/config/.config/nvim/after/plugin/colors.lua index 4abceee..1eb12ef 100755 --- a/config/.config/nvim/after/plugin/colors.lua +++ b/config/.config/nvim/after/plugin/colors.lua @@ -1,6 +1,6 @@ function colors(color, theme) color = os.getenv("BASE16_THEME") - alt_color = 'xcode' or color + alt_color = 'gruvbox' or color -- Available values: `'hard'`, `'medium'`, `'soft'` vim.g.gruvbox_material_background = 'medium' -- Available values: `'material'`, `'mix'`, `'original'` diff --git a/config/.config/qt5ct/qt5ct.conf b/config/.config/qt5ct/qt5ct.conf index 1096160..da2b0fb 100644 --- a/config/.config/qt5ct/qt5ct.conf +++ b/config/.config/qt5ct/qt5ct.conf @@ -1,13 +1,13 @@ [Appearance] -color_scheme_path=/usr/share/qt5ct/colors/Chicago95_qt.conf +color_scheme_path=/home/mikec/.config/qt5ct/style-colors.conf custom_palette=true -icon_theme=Chicago95-tux +icon_theme=Humanity standard_dialogs=xdgdesktopportal -style=Windows +style=kvantum [Fonts] fixed="BigBlueTerm437 Nerd Font,10,-1,5,50,0,0,0,0,0,Regular" -general="Terminus,10,-1,5,50,0,0,0,0,0,Regular" +general="Ubuntu,10,-1,5,50,0,0,0,0,0,Regular" [Interface] activate_item_on_single_click=1 diff --git a/config/.config/qt5ct/style-colors.conf b/config/.config/qt5ct/style-colors.conf index 8c49736..1ad8962 100644 --- a/config/.config/qt5ct/style-colors.conf +++ b/config/.config/qt5ct/style-colors.conf @@ -1,4 +1,4 @@ [ColorScheme] -active_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 -disabled_colors=#ffbebebe, #ffefefef, #ffffffff, #ffcacaca, #ffbebebe, #ffb8b8b8, #ffbebebe, #ffffffff, #ffbebebe, #ffefefef, #ffefefef, #ffb1b1b1, #ff919191, #ffffffff, #ff0000ff, #ffff00ff, #fff7f7f7, #ff000000, #ffffffdc, #ff000000, #80000000 -inactive_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 +active_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 +disabled_colors=#ff787878, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff787878, #ffffffff, #ff787878, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #66ffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 +inactive_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 diff --git a/config/.config/qt6ct/qt6ct.conf b/config/.config/qt6ct/qt6ct.conf index 99c1131..ab12bb0 100644 --- a/config/.config/qt6ct/qt6ct.conf +++ b/config/.config/qt6ct/qt6ct.conf @@ -1,13 +1,13 @@ [Appearance] color_scheme_path=/home/mikec/.config/qt6ct/colors/Chicago95.conf -custom_palette=true -icon_theme=Chicago95-tux +custom_palette=false +icon_theme=Humanity standard_dialogs=xdgdesktopportal -style=Windows +style=kvantum-dark [Fonts] fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" -general="Terminus,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" +general="Ubuntu,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" [Interface] activate_item_on_single_click=1 diff --git a/config/.config/sway/config b/config/.config/sway/config index 6c77990..7a3297b 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -20,7 +20,8 @@ set $term ghostty # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. # set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec -- -set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec -- +# set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec -- +set $menu bemenu-run --fn "Ubuntu Mono 14" | xargs swaymsg exec -- # set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec -- # WOB @@ -44,7 +45,7 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill output DP-2 mode 2560x1440@165.000Hz output DP-2 adaptive_sync on -font "Terminus 10" +font "Ubuntu 10" ### Idle configuration # # Example configuration: @@ -226,20 +227,20 @@ bindsym $mod+r mode "resize" # Read `man 5 sway-bar` for more information about this section. bar { position top - font "Terminus 11" + font "Ubuntu 11" # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. status_command while ~/.config/sway/bar.sh; do sleep 1; done colors { - statusline #ffffff + statusline #dfdbd2 # statusline #C0C0C0 - background #323232 + background #3c3b37 # background #C0C0C0 - inactive_workspace #32323200 #32323200 #5c5c5c + inactive_workspace #3c3b37 #3c3b37e5 #dfdbd2 # inactive_workspace #292A30 #292A30 #2F3037 # inactive_workspace #c0c0c0 #c0c0c0 #ffffff - # focused_workspace #000080 #000080 #ffffff + focused_workspace #f07746 #f07746 #ffffff } } @@ -248,6 +249,8 @@ default_border pixel 2 gaps outer 4 gaps inner 8 +client.focused #f07746 #3c3b37 #dfdbd2 #f07746 #f07746 +client.unfocused #f07746 #3c3b37 #dfdbd2 #f07746 #3c3b37 input "type:keyboard" { xkb_layout us,il }