Add support for extra themes, other small changes, drop btop
This commit is contained in:
21
src_files/imports/themes-omarchy-core/LICENSE
Normal file
21
src_files/imports/themes-omarchy-core/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
Copyright (c) David Heinemeier Hansson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 434 KiB |
@@ -0,0 +1 @@
|
||||
40,40,40
|
||||
21
src_files/imports/themes-omarchy-core/gruvbox/hyprland.conf
Normal file
21
src_files/imports/themes-omarchy-core/gruvbox/hyprland.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
## name hyprland.conf (under gruvbox theme directory)
|
||||
## author: David Heinemeier Hansson
|
||||
## copyright: David Heinemeier Hansson
|
||||
## license: MIT
|
||||
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/gruvbox/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(a89984)
|
||||
|
||||
general {
|
||||
col.active_border = $activeBorderColor
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $activeBorderColor
|
||||
}
|
||||
17
src_files/imports/themes-omarchy-core/gruvbox/hyprlock.conf
Normal file
17
src_files/imports/themes-omarchy-core/gruvbox/hyprlock.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
## name hyprlock.conf (under gruvbox theme directory)
|
||||
## authors: David Heinemeier Hansson, Naparajith T L (github: DrInfinite)
|
||||
## copyright: David Heinemeier Hansson
|
||||
## license: MIT
|
||||
## upstream: https://github.com/basecamp/omarchy/blob/master/themes/gruvbox/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 = rgba(40,40,40,1.0)
|
||||
$inner_color = rgba(40,40,40,0.8)
|
||||
$outer_color = rgba(212,190,152,1.0)
|
||||
$font_color = rgba(212,190,152,1.0)
|
||||
$check_color = rgba(214, 153, 92, 1.0)
|
||||
42
src_files/imports/themes-omarchy-core/gruvbox/kitty.conf
Normal file
42
src_files/imports/themes-omarchy-core/gruvbox/kitty.conf
Normal file
@@ -0,0 +1,42 @@
|
||||
## name: Gruvbox Dark
|
||||
## author: Pavel Pertsev
|
||||
## license: MIT/X11
|
||||
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
|
||||
|
||||
##########################################################################################
|
||||
|
||||
selection_foreground #ebdbb2
|
||||
selection_background #d65d0e
|
||||
|
||||
background #282828
|
||||
foreground #ebdbb2
|
||||
|
||||
color0 #3c3836
|
||||
color1 #cc241d
|
||||
color2 #98971a
|
||||
color3 #d79921
|
||||
color4 #458588
|
||||
color5 #b16286
|
||||
color6 #689d6a
|
||||
color7 #a89984
|
||||
color8 #928374
|
||||
color9 #fb4934
|
||||
color10 #b8bb26
|
||||
color11 #fabd2f
|
||||
color12 #83a598
|
||||
color13 #d3869b
|
||||
color14 #8ec07c
|
||||
color15 #fbf1c7
|
||||
|
||||
cursor #bdae93
|
||||
cursor_text_color #665c54
|
||||
|
||||
url_color #458588
|
||||
|
||||
# START_AUTOGENERATED_TAB_STYLE
|
||||
# Feel free to update these colors manually and remove these comments.
|
||||
active_tab_foreground #eeeeee
|
||||
active_tab_background #d65d0e
|
||||
inactive_tab_foreground #ebdbb2
|
||||
inactive_tab_background #202020
|
||||
# END_AUTOGENERATED_TAB_STYLE
|
||||
14
src_files/imports/themes-omarchy-core/gruvbox/waybar.css
Normal file
14
src_files/imports/themes-omarchy-core/gruvbox/waybar.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
name hyprlock.conf (under gruvbox theme directory)
|
||||
authors: David Heinemeier Hansson, Naparajith T L (github: DrInfinite), and Ryan Hughes
|
||||
copyright: David Heinemeier Hansson
|
||||
license: MIT
|
||||
upstream: https://github.com/basecamp/omarchy/blob/master/themes/gruvbox/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 #d4be98;
|
||||
@define-color background #282828;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@@ -0,0 +1 @@
|
||||
17,34,28
|
||||
@@ -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
|
||||
}
|
||||
@@ -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)
|
||||
55
src_files/imports/themes-omarchy-core/osaka-jade/kitty.conf
Normal file
55
src_files/imports/themes-omarchy-core/osaka-jade/kitty.conf
Normal 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
|
||||
|
||||
15
src_files/imports/themes-omarchy-core/osaka-jade/waybar.css
Normal file
15
src_files/imports/themes-omarchy-core/osaka-jade/waybar.css
Normal 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;
|
||||
Reference in New Issue
Block a user