Add Osaka Jade theme to default theme set. (#514)

* Add Osaka Jade Theme

* Use jpg for bg for lower size with no quality difference

---------

Co-authored-by: Justin Lowry <j.lowry@hey.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Justin Lowry 2025-08-06 05:28:08 -06:00 committed by GitHub
parent 41249a271a
commit 1d29c32fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,28 @@
[colors]
[colors.primary]
background = '#111c18'
foreground = '#C1C497'
[colors.normal]
black = "#23372B"
red = "#FF5345"
green = "#549e6a"
yellow = "#459451"
blue = "#509475"
magenta = "#D2689C"
cyan = "#2DD5B7"
white = "#F6F5DD"
[colors.bright]
black = "#53685B"
red = "#db9f9c"
green = "#143614"
yellow = "#E5C736"
blue = "#ACD4CF"
magenta = "#75bbb3"
cyan = "#8CD3CB"
white = "#9eebb3"
[colors.cursor]
text = "#000000"
cursor = "#D7C995"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,87 @@
# Main background
theme[main_bg]="#111c18"
# Main text color
theme[main_fg]="#F7E8B2"
# Title color for boxes
theme[title]="#D6D5BC"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#E67D64"
# Background color of selected items
theme[selected_bg]="#364538"
# Foreground color of selected items
theme[selected_fg]="#DEB266"
# Color of inactive/disabled text
theme[inactive_fg]="#32473B"
# Color of text appearing on top of graphs
theme[graph_text]="#E6D8BA"
# Misc colors for processes box
theme[proc_misc]="#E6D8BA"
# Cpu box outline color
theme[cpu_box]="#81B8A8"
# Memory/disks box outline color
theme[mem_box]="#81B8A8"
# Net up/down box outline color
theme[net_box]="#81B8A8"
# Processes box outline color
theme[proc_box]="#81B8A8"
# Box divider line and small boxes line color
theme[div_line]="#81B8A8"
# Temperature graph colors
theme[temp_start]="#BFD99A"
theme[temp_mid]="#E1B55E"
theme[temp_end]="#DBB05C"
# CPU graph colors
theme[cpu_start]="#5F8C86"
theme[cpu_mid]="#629C89"
theme[cpu_end]="#76AD98"
# Mem/Disk free meter
theme[free_start]="#5F8C86"
theme[free_mid]="#629C89"
theme[free_end]="#76AD98"
# Mem/Disk cached meter
theme[cached_start]="#5F8C86"
theme[cached_mid]="#629C89"
theme[cached_end]="#76AD98"
# Mem/Disk available meter
theme[available_start]="#5F8C86"
theme[available_mid]="#629C89"
theme[available_end]="#76AD98"
# Mem/Disk used meter
theme[used_start]="#5F8C86"
theme[used_mid]="#629C89"
theme[used_end]="#76AD98"
# Download graph colors
theme[download_start]="#75BBB3"
theme[download_mid]="#61949A"
theme[download_end]="#215866"
# Upload graph colors
theme[upload_start]="#215866"
theme[upload_mid]="#91C080"
theme[upload_end]="#549E6A"
# Process box color gradient for threads, mem and cpu usage
theme[process_start]="#72CFA3"
theme[process_mid]="#D0D494"
theme[process_end]="#DB9F9C"

View File

@ -0,0 +1,4 @@
# focus window color (border)
general {
col.active_border = rgb(71CEAD)
}

View File

@ -0,0 +1,5 @@
$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 @@
Yaru-sage

View File

@ -0,0 +1,21 @@
text-color=#C1C497
border-color=#214237
background-color=#11221C
width=420
height=110
padding=10
border-size=2
font=Liberation Sans 12
anchor=top-right
outer-margin=5
default-timeout=5000
max-icon-size=32
[app-name=Spotify]
invisible=1
[mode=do-not-disturb]
invisible=true
[mode=do-not-disturb app-name=notify-send]
invisible=false

View File

@ -0,0 +1,9 @@
return {
"ribru17/bamboo.nvim",
lazy = false,
priority = 1000,
config = function()
require("bamboo").setup({})
require("bamboo").load()
end,
}

View File

@ -0,0 +1,5 @@
@define-color background-color #11221C;
@define-color border-color #589A5F;
@define-color label #C0C396;
@define-color image #C0C396;
@define-color progress #C0C396;

View File

@ -0,0 +1,6 @@
@define-color selected-text #e1b55e;
@define-color text #ebfff2;
@define-color base #11221C;
@define-color border #214237;
@define-color foreground #11221C;
@define-color background #11221C;

View File

@ -0,0 +1,2 @@
@define-color foreground #e6d8ba;
@define-color background #11221C;