added themes, niri waybar updat, nvim plugins updates and additions
This commit is contained in:
@@ -26,12 +26,21 @@ xwayland-satellite {
|
||||
path "xwayland-satellite"
|
||||
}
|
||||
environment {
|
||||
ELECTRON_OZONE_PLATFORM_HINT "x11"
|
||||
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
||||
ELECTRON_ENABLE_LOGGING "1"
|
||||
// GDK_SCALE "1.75"
|
||||
// GDK_DPI_SCALE "1"
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@120.030"
|
||||
position x=1280 y=0
|
||||
mode "2880x1800@59.990"
|
||||
scale 1.75
|
||||
position x=0 y=0
|
||||
focus-at-startup
|
||||
}
|
||||
output "HDMI-A-1" {
|
||||
mode "2560x1440@59.951"
|
||||
position x=1645 y=0
|
||||
scale 1.0
|
||||
}
|
||||
layout {
|
||||
gaps 2
|
||||
@@ -46,7 +55,7 @@ layout {
|
||||
}
|
||||
focus-ring {
|
||||
width 2
|
||||
active-color "#b4befe"
|
||||
active-color "#c4a7e7"
|
||||
inactive-color "#a6adc8"
|
||||
}
|
||||
border {
|
||||
@@ -68,6 +77,7 @@ layout {
|
||||
}
|
||||
spawn-at-startup "waybar" "-c" "/home/liph/.config/niri/waybar-niri/config.jsonc" "-s" "/home/liph/.config/niri/waybar-niri/style.css"
|
||||
spawn-at-startup "swaync"
|
||||
// spawn-at-startup "kanshi"
|
||||
spawn-at-startup "swww-daemon"
|
||||
spawn-at-startup "kitty"
|
||||
spawn-at-startup "librewolf"
|
||||
@@ -119,13 +129,48 @@ window-rule {
|
||||
}
|
||||
clip-to-geometry true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_btop"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_htop"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_bluetui"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_pulsemixer"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_wavemon"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
geometry-corner-radius 5
|
||||
clip-to-geometry true
|
||||
}
|
||||
binds {
|
||||
// Mod+Shift+Slash { show-hotkey-overlay; }
|
||||
Mod+Shift+L {
|
||||
Mod+Mod5+J {
|
||||
spawn "hyprlock"
|
||||
}
|
||||
Mod+Alt+P hotkey-overlay-title="Open Bitwarden" {
|
||||
@@ -134,10 +179,7 @@ binds {
|
||||
Mod+Alt+T hotkey-overlay-title="Open Tipp10" {
|
||||
spawn "tipp10"
|
||||
}
|
||||
Mod+Alt+V hotkey-overlay-title="Open Vial" {
|
||||
spawn "Vial"
|
||||
}
|
||||
Mod+Alt+M hotkey-overlay-title="Open Tidal" {
|
||||
Mod+Alt+S hotkey-overlay-title="Open Tidal" {
|
||||
spawn "tidal-hifi" "--ozone-platform=wayland" "--enable-features=WaylandWindowDecorations"
|
||||
}
|
||||
Mod+Alt+O hotkey-overlay-title="Open Obsidian" {
|
||||
@@ -155,6 +197,18 @@ binds {
|
||||
Mod+Alt+Space hotkey-overlay-title="Open Wofi" {
|
||||
spawn "wofi" "--show" "drun"
|
||||
}
|
||||
Mod+Mod5+Q hotkey-overlay-title="Open Htop" {
|
||||
spawn "kitty" "--class" "floating_htop" "-e" "htop"
|
||||
}
|
||||
Mod+Mod5+W hotkey-overlay-title="Open Btop" {
|
||||
spawn "kitty" "--class" "floating_btop" "-e" "btop"
|
||||
}
|
||||
Mod+Mod5+E hotkey-overlay-title="Open Pulsemixer" {
|
||||
spawn "kitty" "--class" "floating_pulsemixer" "-e" "pulsemixer"
|
||||
}
|
||||
Mod+Mod5+R hotkey-overlay-title="Open Bluetui" {
|
||||
spawn "kitty" "--class" "floating_bluetui" "-e" "bluetui"
|
||||
}
|
||||
// Brightness Controll
|
||||
Mod+Ctrl+0 {
|
||||
spawn "sh" "-c" "~/scripts/layer_notify.sh 0"
|
||||
@@ -275,18 +329,30 @@ binds {
|
||||
// Mod+Shift+Down { focus-monitor-down; }
|
||||
// Mod+Shift+Up { focus-monitor-up; }
|
||||
// Mod+Shift+Right { focus-monitor-right; }
|
||||
// Mod+Shift+H { focus-monitor-left; }
|
||||
Mod+Shift+H {
|
||||
focus-monitor-left
|
||||
}
|
||||
// Mod+Shift+J { focus-monitor-down; }
|
||||
// Mod+Shift+K { focus-monitor-up; }
|
||||
// Mod+Shift+L { focus-monitor-right; }
|
||||
// Mod+Shift+Ctrl+Left { move-column-to-monitor-left; }
|
||||
Mod+Shift+L {
|
||||
focus-monitor-right
|
||||
}
|
||||
Mod+Shift+Ctrl+Left {
|
||||
move-column-to-monitor-left
|
||||
}
|
||||
// Mod+Shift+Ctrl+Down { move-column-to-monitor-down; }
|
||||
// Mod+Shift+Ctrl+Up { move-column-to-monitor-up; }
|
||||
// Mod+Shift+Ctrl+Right { move-column-to-monitor-right; }
|
||||
// Mod+Shift+Ctrl+H { move-column-to-monitor-left; }
|
||||
Mod+Shift+Ctrl+Right {
|
||||
move-column-to-monitor-right
|
||||
}
|
||||
Mod+Shift+Ctrl+H {
|
||||
move-column-to-monitor-left
|
||||
}
|
||||
// Mod+Shift+Ctrl+J { move-column-to-monitor-down; }
|
||||
// Mod+Shift+Ctrl+K { move-column-to-monitor-up; }
|
||||
// Mod+Shift+Ctrl+L { move-column-to-monitor-right; }
|
||||
Mod+Shift+Ctrl+L {
|
||||
move-column-to-monitor-right
|
||||
}
|
||||
Mod+U {
|
||||
focus-workspace-down
|
||||
}
|
||||
|
||||
@@ -17,25 +17,22 @@
|
||||
color: @text;
|
||||
}
|
||||
.red {
|
||||
color: @red;
|
||||
color: @love;
|
||||
}
|
||||
.yellow {
|
||||
color: @yellow;
|
||||
color: @gold;
|
||||
}
|
||||
.green {
|
||||
color: @green;
|
||||
}
|
||||
.rose {
|
||||
color: @rose;
|
||||
}
|
||||
.rose {
|
||||
color: @pine;
|
||||
}
|
||||
.blue {
|
||||
color: @blue;
|
||||
color: @foam;
|
||||
}
|
||||
.sky {
|
||||
color: @sky;
|
||||
}
|
||||
.mauve {
|
||||
color: @lavender;
|
||||
color: @iris;
|
||||
}
|
||||
.highlightLow {
|
||||
color: @highlightLow;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
@@ -57,11 +56,13 @@
|
||||
"format": "<span font='14' > </span>{usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 1,
|
||||
"on-click": "kitty --class floating_btop -e btop",
|
||||
},
|
||||
"memory": {
|
||||
"format": "<span font='14'> </span>{}%",
|
||||
// "format": "<span font='14' class='red'> </span> {}%",
|
||||
"interval": 1,
|
||||
"on-click": "kitty --class floating_btop -e htop",
|
||||
},
|
||||
"battery": {
|
||||
"interval": 1,
|
||||
@@ -92,6 +93,7 @@
|
||||
"format-disconnected": "<span font='14' ></span>",
|
||||
"format-alt": "{bandwidthDownBytes}",
|
||||
"interval": 1,
|
||||
// "on-click": "kitty --class floating_wavemon -e sudo wavemon",
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "<span font='14' >{icon}</span> {volume}%",
|
||||
@@ -107,7 +109,7 @@
|
||||
// "car": "",
|
||||
"default": ["", "", ""],
|
||||
},
|
||||
"on-click": "pavucontrol",
|
||||
"on-click": "kitty --class floating_pulsemixer -e pulsemixer",
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "⏻",
|
||||
@@ -119,9 +121,19 @@
|
||||
"on-click": "wofi --show drun",
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "<span font='14'></span>",
|
||||
"format-disabled": "<span font='14'></span>",
|
||||
"format-connected": "<span font='14'></span>",
|
||||
"on-click": "blueman-manager",
|
||||
"format": "<span font='14'> </span>",
|
||||
"format-disabled": "<span font='14'> </span>",
|
||||
"format-connected": "<span font='14'> </span>",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||
"on-click": "kitty --class floating_bluetui -e bluetui",
|
||||
},
|
||||
// "bluetooth": {
|
||||
// "format": "<span font='14'></span>",
|
||||
// "format-disabled": "<span font='14'></span>",
|
||||
// "format-connected": "<span font='14'></span>",
|
||||
// "on-click": "kitty --class floating_bluetui -e bluetui",
|
||||
// },
|
||||
}
|
||||
|
||||
@@ -1,160 +0,0 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mod": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"height": 0,
|
||||
"modules-left": ["clock", "custom/power_btn", "custom/lock_screen", "niri/workspaces"],
|
||||
"modules-center": ["niri/window"],
|
||||
"modules-right": [
|
||||
"network",
|
||||
"bluetooth",
|
||||
"pulseaudio",
|
||||
"pulseaudio#microphone",
|
||||
"tray"
|
||||
],
|
||||
"niri/workspaces": {
|
||||
"all-outputs": true,
|
||||
"on-click": "activate",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
"custom/launch_wofi": {
|
||||
"format": "",
|
||||
"on-click": "pkill wofi; wofi -n",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/lock_screen": {
|
||||
"format": "",
|
||||
"on-click": "sh -c '(sleep 0.5s; swaylock)' & disown",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/light_dark": {
|
||||
"format": "",
|
||||
"on-click": "~/.config/waybar/scripts/baraction light",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/power_btn": {
|
||||
"format": "",
|
||||
"on-click": "sh -c '(sleep 0.5s; wlogout --protocol layer-shell)' & disown",
|
||||
"tooltip": false
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": " {usage}%",
|
||||
"max-length": 10,
|
||||
"on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": " {percentage_used}%",
|
||||
"path": "/",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "HDD - {used} used out of {total} on {path} ({percentage_used}%)",
|
||||
"on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": " {}%",
|
||||
"max-length": 10,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Memory - {used:0.1f}GB used",
|
||||
"on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"
|
||||
},
|
||||
"custom/updates": {
|
||||
"format": " {}",
|
||||
"tooltip-format": "{}",
|
||||
"escape": true,
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/update-sys",
|
||||
"restart-interval": 60,
|
||||
"on-click": "kitty -e ~/.config/waybar/scripts/update-sys update",
|
||||
"tooltip": false
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 13,
|
||||
"tooltip": false,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": "{: %R %d/%m}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"on-scroll-up": "brightnessctl set 1%+",
|
||||
"on-scroll-down": "brightnessctl set 1%-",
|
||||
"min-length": 6
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"tooltip": false,
|
||||
"format-muted": " Muted",
|
||||
"on-click": "pamixer -t",
|
||||
"on-scroll-up": "pamixer -i 5",
|
||||
"on-scroll-down": "pamixer -d 5",
|
||||
"scroll-step": 5,
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
}
|
||||
},
|
||||
"pulseaudio#microphone": {
|
||||
"format": "{format_source}",
|
||||
"tooltip": false,
|
||||
"format-source": " {volume}%",
|
||||
"format-source-muted": " Muted",
|
||||
"on-click": "pamixer --default-source -t",
|
||||
"on-scroll-up": "pamixer --default-source -i 5",
|
||||
"on-scroll-down": "pamixer --default-source -d 5",
|
||||
"scroll-step": 5
|
||||
},
|
||||
"temperature": {
|
||||
"thermal-zone": 1,
|
||||
"format": "{temperatureF}°F ",
|
||||
"critical-threshold": 80,
|
||||
"format-critical": "{temperatureC}°C "
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": " {signalStrength}%",
|
||||
"format-ethernet": " 100% ",
|
||||
"tooltip-format": "Connected to {essid} {ifname} via {gwaddr}",
|
||||
"format-linked": "{ifname} (No IP)",
|
||||
"format-disconnected": " 0% ",
|
||||
"on-click": "~/.config/rofi/wifi/wifi.sh"
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": " {status}",
|
||||
"format-disabled": "",
|
||||
"format-off": "",
|
||||
"interval": 30,
|
||||
"on-click": "blueman-manager",
|
||||
"format-no-controller": ""
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,26 @@
|
||||
@import "theme.css";
|
||||
@import "colors.css";
|
||||
|
||||
* {
|
||||
font-family: "JetBrainsMono";
|
||||
font-size: 12px;
|
||||
}
|
||||
window#waybar {
|
||||
background-color: rgba(43, 48, 59, 0.5);
|
||||
background: radial-gradient(alpha(@theme_base_color, 0.4), @theme_base_color);
|
||||
background-color: @base;
|
||||
/* background: radial-gradient(alpha(@theme_base_color, 0.4), @theme_base_color); */
|
||||
color: @theme_fg_color;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
/* opacity: 0.2; */
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
button:hover {
|
||||
background: inherit;
|
||||
/* background: inherit; */
|
||||
}
|
||||
#workspaces {
|
||||
padding: 5px;
|
||||
@@ -29,15 +32,15 @@ button:hover {
|
||||
border-radius: 10px;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
color: #e5c890;
|
||||
color: @gold;
|
||||
}
|
||||
#workspaces button.active,
|
||||
#workspaces button.default,
|
||||
#workspaces button.focused {
|
||||
background: #babbf1;
|
||||
background: @rose;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
background-color: @love;
|
||||
}
|
||||
#clock,
|
||||
#battery,
|
||||
@@ -71,13 +74,25 @@ button:hover {
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
}
|
||||
#clock,
|
||||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#clock {
|
||||
color: @text;
|
||||
}
|
||||
#battery {
|
||||
color: @iris;
|
||||
}
|
||||
#cpu {
|
||||
color: @iris;
|
||||
}
|
||||
#memory {
|
||||
color: @foam;
|
||||
}
|
||||
#backlight,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#network {
|
||||
color: @gold;
|
||||
}
|
||||
#pulseaudio {
|
||||
color: @rose;
|
||||
}
|
||||
#custom-media,
|
||||
#tray,
|
||||
#custom-power,
|
||||
@@ -90,7 +105,7 @@ button:hover {
|
||||
margin: 0 4px;
|
||||
}
|
||||
#custom-power {
|
||||
background-color: #e78284;
|
||||
background-color: @love;
|
||||
border-radius: 20px 0 0 20px;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
@@ -102,17 +117,15 @@ button:hover {
|
||||
margin: 0 5px;
|
||||
}
|
||||
#pulseaudio.muted {
|
||||
color: orange;
|
||||
}
|
||||
#network.disconnected {
|
||||
color: red;
|
||||
}
|
||||
#tray {
|
||||
border-radius: 20px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
#custom-logo {
|
||||
background-color: #8caaee;
|
||||
background-color: @pine;
|
||||
padding: 0 17px;
|
||||
border-radius: 0 20px 20px 0;
|
||||
}
|
||||
@@ -122,4 +135,5 @@ button:hover {
|
||||
#bluetooth {
|
||||
border-radius: 20px;
|
||||
margin: 0 5px;
|
||||
color: @pine;
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/home/liph/.config/niri/waybar-niri/themes/catppuccin-mocha.css
|
||||
15
niri/.config/niri/waybar-niri/theme.css
Normal file
15
niri/.config/niri/waybar-niri/theme.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@define-color base #191724;
|
||||
@define-color surface #1f1d2e;
|
||||
@define-color overlay #26233a;
|
||||
@define-color muted #6e6a86;
|
||||
@define-color subtle #908caa;
|
||||
@define-color text #e0def4;
|
||||
@define-color love #eb6f92;
|
||||
@define-color gold #f6c177;
|
||||
@define-color rose #ea9a97;
|
||||
@define-color pine #3e8fb0;
|
||||
@define-color foam #9ccfd8;
|
||||
@define-color iris #c4a7e7;
|
||||
@define-color highlightLow #21202e;
|
||||
@define-color highlightMed #403d52;
|
||||
@define-color highlightHigh #524f67;
|
||||
23
niri/.config/niri/waybar-niri/themes/rose-pine.css
Normal file
23
niri/.config/niri/waybar-niri/themes/rose-pine.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Variant: Rosé Pine
|
||||
* Maintainer: DankChoir
|
||||
*/
|
||||
|
||||
@define-color base #191724;
|
||||
@define-color surface #1f1d2e;
|
||||
@define-color overlay #26233a;
|
||||
|
||||
@define-color muted #6e6a86;
|
||||
@define-color subtle #908caa;
|
||||
@define-color text #e0def4;
|
||||
|
||||
@define-color love #eb6f92;
|
||||
@define-color gold #f6c177;
|
||||
@define-color rose #ebbcba;
|
||||
@define-color pine #31748f;
|
||||
@define-color foam #9ccfd8;
|
||||
@define-color iris #c4a7e7;
|
||||
|
||||
@define-color highlightLow #21202e;
|
||||
@define-color highlightMed #403d52;
|
||||
@define-color highlightHigh #524f67;
|
||||
@@ -1,48 +0,0 @@
|
||||
.base {
|
||||
color: @base;
|
||||
}
|
||||
.surface {
|
||||
color: @surface;
|
||||
}
|
||||
.overlay {
|
||||
color: @overlay;
|
||||
}
|
||||
.muted {
|
||||
color: @muted;
|
||||
}
|
||||
.subtle {
|
||||
color: @subtle;
|
||||
}
|
||||
.text {
|
||||
color: @text;
|
||||
}
|
||||
.red {
|
||||
color: @red;
|
||||
}
|
||||
.yellow {
|
||||
color: @yellow;
|
||||
}
|
||||
.green {
|
||||
color: @green;
|
||||
}
|
||||
.rose {
|
||||
color: @rose;
|
||||
}
|
||||
.blue {
|
||||
color: @blue;
|
||||
}
|
||||
.sky {
|
||||
color: @sky;
|
||||
}
|
||||
.mauve {
|
||||
color: @lavender;
|
||||
}
|
||||
.highlightLow {
|
||||
color: @highlightLow;
|
||||
}
|
||||
.highlightMed {
|
||||
color: @highlightMed;
|
||||
}
|
||||
.highlightHigh {
|
||||
color: @highlightHigh;
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
@define-color base #232136;
|
||||
@define-color surface #2a273f;
|
||||
@define-color overlay #393552;
|
||||
@define-color muted #6e6a86;
|
||||
@define-color subtle #908caa;
|
||||
@define-color text #e0def4;
|
||||
@define-color red #eb6f92;
|
||||
@define-color yellow #f6c177;
|
||||
@define-color rose #ea9a97;
|
||||
@define-color blue #3e8fb0;
|
||||
@define-color sky #9ccfd8;
|
||||
@define-color mauve #c4a7e7;
|
||||
@define-color highlightLow #2a283e;
|
||||
@define-color highlightMed #44415a;
|
||||
@define-color highlightHigh #56526e;
|
||||
Reference in New Issue
Block a user