Import omarcy-mars-theme and local files, reformat & rename other files
This commit is contained in:
21
src_files/imports/themes-omarchy-extra/mars/LICENSE
Normal file
21
src_files/imports/themes-omarchy-extra/mars/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 Steve Lohmeyer
|
||||
|
||||
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: 5.7 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -0,0 +1 @@
|
||||
45,26,26
|
||||
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
col.active_border = rgba(C45A3Fff) rgba(7B534Eff) 45deg
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
$color = rgba(00, 00, 00, 1.0)
|
||||
$inner_color = rgba(47, 27, 27, 0.8)
|
||||
$outer_color = rgba(217, 175, 167, 1.0)
|
||||
$font_color = rgba(217, 175, 167, 1.0)
|
||||
$check_color = rgba(255, 107, 74, 1.0)
|
||||
39
src_files/imports/themes-omarchy-extra/mars/kitty.conf
Normal file
39
src_files/imports/themes-omarchy-extra/mars/kitty.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
## original name ghostty.conf
|
||||
## license: MIT
|
||||
## author: Steve Lohmeyer (github: steve-lohmeyer)
|
||||
## upstream: https://github.com/steve-lohmeyer/omarchy-mars-theme/blob/master/ghostty.conf
|
||||
|
||||
# This file is adapted from the ghostty.conf theme file from omarchy-mars-theme
|
||||
# (https://github.com/steve-lohmeyer/omarchy-mars-theme).
|
||||
|
||||
##########################################################################################
|
||||
|
||||
foreground #D9AFA7
|
||||
background #000000
|
||||
selection_foreground #000000
|
||||
selection_background #4A2C2C
|
||||
active_tab_foreground #000000
|
||||
active_tab_background #D9AFA7
|
||||
inactive_tab_foreground #D9AFA7
|
||||
inactive_tab_background #000000
|
||||
cursor #FF6B4A
|
||||
cursor_text_color #000000
|
||||
|
||||
# black, red, green, yellow, blue, magenta, cyan, white
|
||||
color0 #000000
|
||||
color1 #E07B5F
|
||||
color2 #7B534E
|
||||
color3 #C45A3F
|
||||
color4 #7B534E
|
||||
color5 #A0392F
|
||||
color6 #7B534E
|
||||
color7 #D9AFA7
|
||||
# black, red, green, yellow, blue, magenta, cyan, white
|
||||
color8 #4A2C2C
|
||||
color9 #FF6B4A
|
||||
color10 #7B534E
|
||||
color11 #E07B5F
|
||||
color12 #7B534E
|
||||
color13 #C45A3F
|
||||
color14 #7B534E
|
||||
color15 #D9AFA7
|
||||
3
src_files/imports/themes-omarchy-extra/mars/waybar.css
Normal file
3
src_files/imports/themes-omarchy-extra/mars/waybar.css
Normal file
@@ -0,0 +1,3 @@
|
||||
/* Waybar CSS for Mars theme */
|
||||
@define-color foreground #D9AFA7;
|
||||
@define-color background #000000;
|
||||
Reference in New Issue
Block a user