Update theme for OS

This commit is contained in:
t0xa 2026-01-19 11:19:38 +03:00
parent 30e8f8a7bb
commit dfb2b9a278
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,8 @@
# set $c_accent #43adb7 # set $c_accent #43adb7
set $c_accent #94e2d5 # set $c_accent #94e2d5
set $c_accent #a6e3a1
# set $c_bg #272727 # set $c_bg #272727
# set $c_bg #1e1e2e
set $c_bg #1e1e2e set $c_bg #1e1e2e
set $c_mid1 #333333 set $c_mid1 #333333
set $c_mid2 #626262 set $c_mid2 #626262

View file

@ -15,6 +15,7 @@
; The README contains a lot of information ; The README contains a lot of information
; ;
;========================================================== ;==========================================================
include-file = ~/.config/polybar/mocha.ini
[global/wm] [global/wm]
margin-top = 0 margin-top = 0
margin-bottom = 0 margin-bottom = 0
@ -27,7 +28,7 @@ show-urgent = true
label-focused = %index% label-focused = %index%
label-focused-foreground = #ffffff label-focused-foreground = #ffffff
label-focused-background = #3f3f3f label-focused-background = #3f3f3f
label-focused-underline = #94e2d5 label-focused-underline = ${colors.nomai}
label-focused-padding = 3 label-focused-padding = 3
label-unfocused-padding = 1 label-unfocused-padding = 1
@ -37,7 +38,7 @@ background = #1e1e2e
background-alt = #373B41 background-alt = #373B41
foreground = #C5C8C6 foreground = #C5C8C6
primary = #f68c23 primary = #f68c23
secondary = #8ABEB7 secondary = ${colors.nomai}
disabled = #707880 disabled = #707880
[bar/example] [bar/example]
@ -311,12 +312,12 @@ adapter = ADP1
poll-interval = 5 poll-interval = 5
label-discharging = %{F#FF8C00}󱟞%{F-} %percentage%% %time% label-discharging = %{F#FF8C00}󱟞%{F-} %percentage%% %time%
label-charging = %{F#09f429}󰂄%{F-} %percentage%% label-charging = %{F#09f429}󰂄%{F-} %percentage%%
label-full = %{F#1bf1fc}󱊣%{F-} %percentage%% label-full = %{F#a6e3a1}󱊣%{F-} %percentage%%
label-low = %{F#f20202}󱊡%{F-} BATTERY LOW %percentage%% label-low = %{F#f20202}󱊡%{F-} BATTERY LOW %percentage%%
[module/wlan] [module/wlan]
type = internal/network type = internal/network
interface = wlp2s0 interface = wlp2s0
format-connected = <label-connected> format-connected = <label-connected>
label-connected = %{F#8ABEB7}%{F-} %{T6}%essid% %signal% label-connected = %{F#a6e3a1}%{F-} %{T6}%essid% %signal%

View file

@ -30,4 +30,6 @@
base = #1e1e2e base = #1e1e2e
mantle = #181825 mantle = #181825
crust = #11111b crust = #11111b
transparent = #FF00000 transparent = #FF00000
nomai = #a6e3a1