Add theme-set/switching logic, and minor nvim, tmux, obsidian changes

This commit is contained in:
2025-10-30 00:03:39 -05:00
parent f8bb7bbf03
commit bd5cb81499
55 changed files with 716 additions and 182 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -0,0 +1,13 @@
## original name chromium.theme (under osaka-jade theme directory)
## author: David Heinemeier Hansson
## copyright: David Heinemeier Hansson
## license: MIT
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/osaka-jade/chromium.theme
# # This file is copied from a theme from Omarchy (https://github.com/basecamp/omarchy).
# Licensed under the MIT License. See the original LICENSE file for details at:
# https://github.com/basecamp/omarchy/blob/master/LICENSE
##########################################################################################
17,34,28

View File

@@ -0,0 +1,21 @@
## name hyprland.conf (under osaka-jade theme directory)
## authors: David Heinemeier Hansson and Justin Lowry
## copyright: David Heinemeier Hansson
## license: MIT
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/osaka-jade/hyprland.conf
# # This file is copied from a theme from Omarchy (https://github.com/basecamp/omarchy).
# Licensed under the MIT License. See the original LICENSE file for details at:
# https://github.com/basecamp/omarchy/blob/master/LICENSE
##########################################################################################
$activeBorderColor = rgb(71CEAD)
general {
col.active_border = $activeBorderColor
}
group {
col.border_active = $activeBorderColor
}

View File

@@ -0,0 +1,17 @@
## name hyprlock.conf (under osaka-jade theme directory)
## authors: David Heinemeier Hansson and Justin Lowry
## copyright: David Heinemeier Hansson
## license: MIT
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/osaka-jade/hyprlock.conf
# # This file is copied from a theme from Omarchy (https://github.com/basecamp/omarchy).
# Licensed under the MIT License. See the original LICENSE file for details at:
# https://github.com/basecamp/omarchy/blob/master/LICENSE
##########################################################################################
$color = rgb(7, 40, 32)
$inner_color = rgb(7, 40, 32)
$outer_color = rgb(167, 172, 132)
$font_color = rgb(167, 172, 132)
$check_color = rgb(131, 162, 152)

View File

@@ -0,0 +1,55 @@
## name :osaka-jade (kitty.conf file under osaka-jade theme dir)
## authors: David Heinemeier Hansson, Amit (github: vyrx-dev), and Justin Lowry
## copyright: David Heinemeier Hansson
## license: MIT
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/osaka-jade/kitty.conf
# # This file is copied from a theme from Omarchy (https://github.com/basecamp/omarchy).
# Licensed under the MIT License. See the original LICENSE file for details at:
# https://github.com/basecamp/omarchy/blob/master/LICENSE
##########################################################################################
foreground #C1C497
background #111C18
selection_foreground #111C18
selection_background #C1C497
cursor #D7C995
cursor_text_color #000000
active_tab_foreground #111C18
active_tab_background #C1C497
inactive_tab_foreground #C1C497
inactive_tab_background #111C18
# black
color0 #23372B
color8 #53685B
# red
color1 #FF5345
color9 #DB9F9C
# green
color2 #549E6A
color10 #63b07a
# yellow
color3 #459451
color11 #E5C736
# blue
color4 #509475
color12 #ACD4CF
# magenta
color5 #D2689C
color13 #75BBB3
# cyan
color6 #2DD5B7
color14 #8CD3CB
# white
color7 #F6F5DD
color15 #9EEBB3

View File

@@ -0,0 +1,15 @@
/*
name hyprlock.conf (under osaka-jade theme directory)
authors: David Heinemeier Hansson and Justin Lowry
copyright: David Heinemeier Hansson
license: MIT
upstream: https://github.com/basecamp/omarchy/blob/master/themes/osaka-jade/waybar.css
This file is copied from a theme from Omarchy (https://github.com/basecamp/omarchy).
Licensed under the MIT License. See the original LICENSE file for details at:
https://github.com/basecamp/omarchy/blob/master/LICENSE
*/
@define-color foreground #e6d8ba;
@define-color background #11221C;