Ubuntu theme for i3/x11, initial commit

This commit is contained in:
mrkmntal 2025-11-18 00:59:21 +00:00
commit cb74524818
2 changed files with 58 additions and 54 deletions

View file

@ -9,7 +9,8 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Using alt key
set $mod Mod1
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
@ -185,34 +186,38 @@ mode "resize" {
}
# ================================
# Hatsune Miku i3 Theme
# ================================
# ===========================
# Ubuntu Yaru/Dark Theme
# ===========================
# class border backgr. text indicator child_border
client.focused #00eaff #000000 #00eaff #00eaff #00a8b5
client.unfocused #00373a #000000 #aaaaaa #00373a #00373a
client.focused_inactive #00373a #000000 #aaaaaa #00373a #00373a
client.urgent #ff55ff #000000 #ffffff #ff55ff #ff55ff
# Window border colors (Ubuntu style)
client.focused #E95420 #E95420 #FFFFFF #E95420
client.focused_inactive #3D1E2D #3D1E2D #CCCCCC #3D1E2D
client.unfocused #2C001E #2C001E #AAAAAA #2C001E
client.urgent #FF6E40 #FF6E40 #FFFFFF #FF6E40
bindsym $mod+r mode "resize"
# ================================
# Miku i3bar
# ================================
# i3bar styled like Ubuntu Dark
bar {
status_command i3status
colors {
background #000000
statusline #00eaff
position top
focused_workspace #00eaff #000000 #ffffff
active_workspace #00a8b5 #000000 #000000
inactive_workspace #000000 #000000 #555555
urgent_workspace #ff55ff #000000 #ffffff
colors {
background #2C001E
statusline #EEEEEE
separator #FF6E40
# Workspace colors
focused_workspace #E95420 #E95420 #FFFFFF
active_workspace #3D1E2D #3D1E2D #FFFFFF
inactive_workspace #2C001E #2C001E #AAAAAA
urgent_workspace #FF6E40 #FF6E40 #FFFFFF
binding_mode #FF6E40 #FF6E40 #FFFFFF
}
}
# Optional: Set a Ubuntu-inspired wallpaper (if using feh)
#exec --no-startup-id feh --bg-fill /usr/share/backgrounds/warty-final-ubuntu.png