mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-19 15:39:57 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = '#1f1f28'
|
||||
foreground = '#dcd7ba'
|
||||
|
||||
[colors.normal]
|
||||
black = '#090618'
|
||||
red = '#c34043'
|
||||
green = '#76946a'
|
||||
yellow = '#c0a36e'
|
||||
blue = '#7e9cd8'
|
||||
magenta = '#957fb8'
|
||||
cyan = '#6a9589'
|
||||
white = '#c8c093'
|
||||
|
||||
[colors.bright]
|
||||
black = '#727169'
|
||||
red = '#e82424'
|
||||
green = '#98bb6c'
|
||||
yellow = '#e6c384'
|
||||
blue = '#7fb4ca'
|
||||
magenta = '#938aa9'
|
||||
cyan = '#7aa89f'
|
||||
white = '#dcd7ba'
|
||||
|
||||
[colors.selection]
|
||||
background = '#2d4f67'
|
||||
foreground = '#c8c093'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ffa066'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#ff5d62'
|
||||
@@ -0,0 +1,2 @@
|
||||
mkdir -p "$BACKGROUNDS_DIR/kanagawa"
|
||||
download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/kanagawa/background.jpg" "kanagawa/1-kanagawa.jpg"
|
||||
@@ -0,0 +1,86 @@
|
||||
# Bashtop Kanagawa-wave (https://github.com/rebelot/kanagawa.nvim) theme
|
||||
# By: philikarus
|
||||
|
||||
# Main bg
|
||||
theme[main_bg]="#1f1f28"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#dcd7ba"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#dcd7ba"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#C34043"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#223249"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#dca561"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#727169"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#7aa89f"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#727169"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#727169"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#727169"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#727169"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#727169"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#98BB6C"
|
||||
theme[temp_mid]="#DCA561"
|
||||
theme[temp_end]="#E82424"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#98BB6C"
|
||||
theme[cpu_mid]="#DCA561"
|
||||
theme[cpu_end]="#E82424"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#E82424"
|
||||
theme[free_mid]="#C34043"
|
||||
theme[free_end]="#FF5D62"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#C0A36E"
|
||||
theme[cached_mid]="#DCA561"
|
||||
theme[cached_end]="#FF9E3B"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#938AA9"
|
||||
theme[available_mid]="#957FBB"
|
||||
theme[available_end]="#9CABCA"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#658594"
|
||||
theme[used_mid]="#7E9CDB"
|
||||
theme[used_end]="#7FB4CA"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#7E9CDB"
|
||||
theme[download_mid]="#938AA9"
|
||||
theme[download_end]="#957FBB"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#DCA561"
|
||||
theme[upload_mid]="#E6C384"
|
||||
theme[upload_end]="#E82424"
|
||||
|
||||
# Process box color gradient for threads, mem and cpu usage
|
||||
theme[process_start]="#98BB6C"
|
||||
theme[process_mid]="#DCA561"
|
||||
theme[process_end]="#C34043"
|
||||
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgb(dcd7ba)
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
# ────────────────────────────────────────────────────────────
|
||||
# Hyprlock — Kanagawa theme
|
||||
# ────────────────────────────────────────────────────────────
|
||||
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
no_fade_in = false
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
color = rgba(31,31,40,1.0) # #1f1f28 solid color
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 600, 100
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
inner_color = rgba(31,31,40,0.8) # #1f1f28 with opacity
|
||||
outer_color = rgba(220,215,186,1.0) # #dcd7ba
|
||||
outline_thickness = 4
|
||||
|
||||
font_family = CaskaydiaMono Nerd Font
|
||||
font_size = 32
|
||||
font_color = rgba(220,215,186,1.0)
|
||||
|
||||
placeholder_color = rgba(220,215,186,0.6)
|
||||
placeholder_text = Enter Password
|
||||
check_color = rgba(126, 156, 216, 1.0)
|
||||
fail_text = Wrong
|
||||
|
||||
rounding = 0
|
||||
shadow_passes = 0
|
||||
fade_on_empty = false
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
text-color=#dcd7ba
|
||||
border-color=#dcd7ba
|
||||
background-color=#1f1f28
|
||||
width=420
|
||||
height=110
|
||||
padding=10
|
||||
border-size=2
|
||||
font=Liberation Sans 11
|
||||
anchor=top-right
|
||||
default-timeout=5000
|
||||
max-icon-size=32
|
||||
|
||||
[app-name=Spotify]
|
||||
invisible=1
|
||||
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{ "rebelot/kanagawa.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "kanagawa",
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
* {
|
||||
color: #dcd7ba;
|
||||
background-color: #1f1f28;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
@define-color selected-text #dca561;
|
||||
@define-color text #dcd7ba;
|
||||
@define-color base #1f1f28;
|
||||
|
||||
* {
|
||||
font-family: 'CaskaydiaMono Nerd Font', monospace;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 0px;
|
||||
padding: 20px;
|
||||
background-color: @base;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
background-color: @base;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#entry {
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
color: @selected-text;
|
||||
}
|
||||
|
||||
#entry image {
|
||||
-gtk-icon-transform: scale(0.7);
|
||||
}
|
||||
Reference in New Issue
Block a user