mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add Rose Pine light theme
This commit is contained in:
72
themes/rose-pine/alacritty.toml
Normal file
72
themes/rose-pine/alacritty.toml
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
[colors.primary]
|
||||||
|
foreground = "#575279"
|
||||||
|
background = "#faf4ed"
|
||||||
|
dim_foreground = "#797593"
|
||||||
|
bright_foreground = "#575279"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "#575279"
|
||||||
|
cursor = "#cecacd"
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "#575279"
|
||||||
|
cursor = "#cecacd"
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#797593"
|
||||||
|
background = "#f2e9e1"
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#faf4ed"
|
||||||
|
background = "#d7827e"
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#797593"
|
||||||
|
background = "#fffaf3"
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#9893a5"
|
||||||
|
background = "#fffaf3"
|
||||||
|
|
||||||
|
[colors.line_indicator]
|
||||||
|
foreground = "None"
|
||||||
|
background = "None"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#575279"
|
||||||
|
background = "#fffaf3"
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "#575279"
|
||||||
|
background = "#dfdad9"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#f2e9e1"
|
||||||
|
red = "#b4637a"
|
||||||
|
green = "#286983"
|
||||||
|
yellow = "#ea9d34"
|
||||||
|
blue = "#56949f"
|
||||||
|
magenta = "#907aa9"
|
||||||
|
cyan = "#d7827e"
|
||||||
|
white = "#575279"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#9893a5"
|
||||||
|
red = "#b4637a"
|
||||||
|
green = "#286983"
|
||||||
|
yellow = "#ea9d34"
|
||||||
|
blue = "#56949f"
|
||||||
|
magenta = "#907aa9"
|
||||||
|
cyan = "#d7827e"
|
||||||
|
white = "#575279"
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#9893a5"
|
||||||
|
red = "#b4637a"
|
||||||
|
green = "#286983"
|
||||||
|
yellow = "#ea9d34"
|
||||||
|
blue = "#56949f"
|
||||||
|
magenta = "#907aa9"
|
||||||
|
cyan = "#d7827e"
|
||||||
|
white = "#575279"
|
||||||
|
|
2
themes/rose-pine/backgrounds.sh
Normal file
2
themes/rose-pine/backgrounds.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mkdir -p "$BACKGROUNDS_DIR/rose-pine"
|
||||||
|
download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/nord/background.png" "rose-pine/1-nord.png"
|
119
themes/rose-pine/btop.theme
Normal file
119
themes/rose-pine/btop.theme
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||||
|
theme[main_bg]="#faf4ed"
|
||||||
|
# Base
|
||||||
|
|
||||||
|
# Main text color
|
||||||
|
theme[main_fg]="#575279"
|
||||||
|
# Text
|
||||||
|
|
||||||
|
# Title color for boxes
|
||||||
|
theme[title]="#908caa"
|
||||||
|
# Subtle
|
||||||
|
|
||||||
|
# Highlight color for keyboard shortcuts
|
||||||
|
theme[hi_fg]="#e0def4"
|
||||||
|
# Text
|
||||||
|
|
||||||
|
# Background color of selected item in processes box
|
||||||
|
theme[selected_bg]="#524f67"
|
||||||
|
# HL High
|
||||||
|
|
||||||
|
# Foreground color of selected item in processes box
|
||||||
|
theme[selected_fg]="#f6c177"
|
||||||
|
# Gold
|
||||||
|
|
||||||
|
# Color of inactive/disabled text
|
||||||
|
theme[inactive_fg]="#403d52"
|
||||||
|
# HL Med
|
||||||
|
|
||||||
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
||||||
|
theme[graph_text]="#9ccfd8"
|
||||||
|
# Foam
|
||||||
|
|
||||||
|
# Background color of the percentage meters
|
||||||
|
theme[meter_bg]="#9ccfd8"
|
||||||
|
# Foam
|
||||||
|
|
||||||
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||||
|
theme[proc_misc]="#c4a7e7"
|
||||||
|
# Iris
|
||||||
|
|
||||||
|
# Cpu box outline color
|
||||||
|
theme[cpu_box]="#ebbcba"
|
||||||
|
# Rose
|
||||||
|
|
||||||
|
# Memory/disks box outline color
|
||||||
|
theme[mem_box]="#31748f"
|
||||||
|
# Pine
|
||||||
|
|
||||||
|
# Net up/down box outline color
|
||||||
|
theme[net_box]="#c4a7e7"
|
||||||
|
# Iris
|
||||||
|
|
||||||
|
# Processes box outline color
|
||||||
|
theme[proc_box]="#eb6f92"
|
||||||
|
# Love
|
||||||
|
|
||||||
|
# Box divider line and small boxes line color
|
||||||
|
theme[div_line]="#6e6a86"
|
||||||
|
# Muted
|
||||||
|
|
||||||
|
# Temperature graph colors
|
||||||
|
theme[temp_start]="#ebbcba"
|
||||||
|
# Rose
|
||||||
|
theme[temp_mid]="#f6c177"
|
||||||
|
# Gold
|
||||||
|
theme[temp_end]="#eb6f92"
|
||||||
|
# Love
|
||||||
|
|
||||||
|
# CPU graph colors
|
||||||
|
theme[cpu_start]="#f6c177"
|
||||||
|
# Gold
|
||||||
|
theme[cpu_mid]="#ebbcba"
|
||||||
|
# Rose
|
||||||
|
theme[cpu_end]="#eb6f92"
|
||||||
|
# Love
|
||||||
|
|
||||||
|
# Mem/Disk free meter
|
||||||
|
# all love
|
||||||
|
theme[free_start]="#eb6f92"
|
||||||
|
theme[free_mid]="#eb6f92"
|
||||||
|
theme[free_end]="#eb6f92"
|
||||||
|
|
||||||
|
# Mem/Disk cached meter
|
||||||
|
# all iris
|
||||||
|
theme[cached_start]="#c4a7e7"
|
||||||
|
theme[cached_mid]="#c4a7e7"
|
||||||
|
theme[cached_end]="#c4a7e7"
|
||||||
|
|
||||||
|
# Mem/Disk available meter
|
||||||
|
# all pine
|
||||||
|
theme[available_start]="#31748f"
|
||||||
|
theme[available_mid]="#31748f"
|
||||||
|
theme[available_end]="#31748f"
|
||||||
|
|
||||||
|
# Mem/Disk used meter
|
||||||
|
# all rose
|
||||||
|
theme[used_start]="#ebbcba"
|
||||||
|
theme[used_mid]="#ebbcba"
|
||||||
|
theme[used_end]="#ebbcba"
|
||||||
|
|
||||||
|
# Download graph colors
|
||||||
|
# Pine for start, foam for the rest
|
||||||
|
theme[download_start]="#31748f"
|
||||||
|
theme[download_mid]="#9ccfd8"
|
||||||
|
theme[download_end]="#9ccfd8"
|
||||||
|
|
||||||
|
# Upload graph colors
|
||||||
|
theme[upload_start]="#ebbcba"
|
||||||
|
# Rose for start
|
||||||
|
theme[upload_mid]="#eb6f92"
|
||||||
|
# Love for mid and end
|
||||||
|
theme[upload_end]="#eb6f92"
|
||||||
|
|
||||||
|
# Process box color gradient for threads, mem and cpu usage
|
||||||
|
theme[process_start]="#31748f"
|
||||||
|
# Pine
|
||||||
|
theme[process_mid]="#9ccfd8"
|
||||||
|
# Foam for mid and end
|
||||||
|
theme[process_end]="#9ccfd8"
|
4
themes/rose-pine/hyprland.conf
Normal file
4
themes/rose-pine/hyprland.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
general {
|
||||||
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
|
col.active_border = rgb(575279)
|
||||||
|
}
|
13
themes/rose-pine/hyprlock.conf
Normal file
13
themes/rose-pine/hyprlock.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
# Hyprlock — Nord theme
|
||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
$color = rgba(250, 244, 237,1.0)
|
||||||
|
|
||||||
|
$inner_color = rgba(250, 244, 237,0.8)
|
||||||
|
$outer_color = rgba(57,52,79,1.0)
|
||||||
|
|
||||||
|
$font_color = rgba(57,52,79,1.0)
|
||||||
|
|
||||||
|
$placeholder_color = rgba(216,222,233,0.6)
|
||||||
|
$check_color = rgba(136, 192, 208, 1.0)
|
0
themes/rose-pine/light.marker
Normal file
0
themes/rose-pine/light.marker
Normal file
21
themes/rose-pine/mako.ini
Normal file
21
themes/rose-pine/mako.ini
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
text-color=#575279
|
||||||
|
border-color=#575279
|
||||||
|
background-color=#faf4ed
|
||||||
|
width=420
|
||||||
|
height=110
|
||||||
|
padding=10
|
||||||
|
border-size=2
|
||||||
|
font=Liberation Sans 11
|
||||||
|
anchor=top-right
|
||||||
|
outer-margin=20
|
||||||
|
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
|
9
themes/rose-pine/neovim.lua
Normal file
9
themes/rose-pine/neovim.lua
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
return {
|
||||||
|
{ "rose-pine/neovim", name = "rose-pine" },
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "rose-pine-dawn",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
2
themes/rose-pine/waybar.css
Normal file
2
themes/rose-pine/waybar.css
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@define-color foreground #575279;
|
||||||
|
@define-color background #faf4ed;
|
4
themes/rose-pine/wofi.css
Normal file
4
themes/rose-pine/wofi.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@define-color selected-text #88C0D0;
|
||||||
|
@define-color text #575279;
|
||||||
|
@define-color base #faf4ed;
|
||||||
|
@define-color border #575279;
|
Reference in New Issue
Block a user