Import omarcy-mars-theme and local files, reformat & rename other files

This commit is contained in:
2025-11-14 14:03:55 -06:00
parent 5c9820d069
commit 97519acea1
19 changed files with 238 additions and 161 deletions

View 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

View File

@@ -0,0 +1 @@
45,26,26

View File

@@ -0,0 +1,4 @@
general {
col.active_border = rgba(C45A3Fff) rgba(7B534Eff) 45deg
}

View File

@@ -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)

View 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

View File

@@ -0,0 +1,3 @@
/* Waybar CSS for Mars theme */
@define-color foreground #D9AFA7;
@define-color background #000000;