commit a25003cd52e931593965503e02bcb980b34923d2
parent 288ec0a25d37ae0ce9d2494bb3866b7cc6b4cc5b
Author: Jake Koroman <jake@jakekoroman.com>
Date: Sun, 18 Jan 2026 10:29:38 -0500
new colours.
Diffstat:
3 files changed, 38 insertions(+), 94 deletions(-)
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
@@ -2,81 +2,34 @@
normal = { family = "Iosevka" }
size = 10
-# Nightfox Alacritty Colors
-## name: dayfox
-## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml
+# https://raw.githubusercontent.com/alacritty/alacritty-theme/refs/heads/master/themes/citylights.toml
+# Default colors
[colors.primary]
-background = "#f6f2ee"
-foreground = "#3d2b5a"
-dim_foreground = "#302b5d"
-bright_foreground = "#643f61"
+background = '#171d23'
+foreground = '#ffffff'
+# Cursor colors
[colors.cursor]
-text = "#3d2b5a"
-cursor = "#643f61"
-
-[colors.vi_mode_cursor]
-text = "#3d2b5a"
-cursor = "#287980"
-
-[colors.search.matches]
-foreground = "#3d2b5a"
-background = "#a4c1c2"
-
-[colors.search.focused_match]
-foreground = "#3d2b5a"
-background = "#396847"
-
-[colors.footer_bar]
-foreground = "#3d2b5a"
-background = "#d3c7bb"
-
-[colors.hints.start]
-foreground = "#3d2b5a"
-background = "#955f61"
-
-[colors.hints.end]
-foreground = "#3d2b5a"
-background = "#d3c7bb"
-
-[colors.selection]
-text = "#3d2b5a"
-background = "#e7d2be"
+text = '#fafafa'
+cursor = '#008b94'
+# Normal colors
[colors.normal]
-black = "#352c24"
-red = "#a5222f"
-green = "#396847"
-yellow = "#ac5402"
-blue = "#2848a9"
-magenta = "#6e33ce"
-cyan = "#287980"
-white = "#f2e9e1"
-
+black = '#333f4a'
+red = '#d95468'
+green = '#8bd49c'
+blue = '#539afc'
+magenta = '#b62d65'
+cyan = '#70e1e8'
+white = '#b7c5d3'
+
+# Bright colors
[colors.bright]
-black = "#534c45"
-red = "#b3434e"
-green = "#577f63"
-yellow = "#b86e28"
-blue = "#4863b6"
-magenta = "#8452d5"
-cyan = "#488d93"
-white = "#f4ece6"
-
-[colors.dim]
-black = "#2d251f"
-red = "#8c1d28"
-green = "#30583c"
-yellow = "#924702"
-blue = "#223d90"
-magenta = "#5e2baf"
-cyan = "#22676d"
-white = "#cec6bf"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#955f61"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#a440b5"
+black = '#41505e'
+red = '#d95468'
+green = '#8bd49c'
+yellow = '#ebbf83'
+blue = '#5ec4ff'
+magenta = '#e27e8d'
+cyan = '#70e1e8'
+white = '#ffffff'
diff --git a/i3/config b/i3/config
@@ -13,12 +13,10 @@ set $mod Mod4
font pango:Iosevka 10
-# gaps outer 20px
-gaps inner 5px
default_border pixel 2px
# class border backgr. text indicator child_border
-client.focused #dadeac #61538d #e4e4ef #dddfff #61538d
+client.focused #8bd49c #171d23 #ffffff #dddfff #396847
client.focused_inactive #333333 #5f676a #e4e4ef #484e50 #5f676a
client.unfocused #333333 #222222 #888888 #292d2e #222222
client.urgent #2f343a #900000 #e4e4ef #900000 #f43841
@@ -29,13 +27,7 @@ client.background #ffffff
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3
-exec --no-startup-id xrdb $HOME/.Xresources
exec --no-startup-id sxhkd
-exec --no-startup-id xset r rate 300 50
-exec --no-startup-id autorandr --change
-exec --no-startup-id xwallpaper --zoom ~/pictures/wallpaper
-exec --no-startup-id xss-lock --transfer-sleep-lock -- xlock -mode rain
-exec --no-startup-id nm-applet
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
@@ -55,11 +47,10 @@ tiling_drag modifier titlebar
bindsym $mod+Return exec $TERMINAL
# kill focused window
-bindsym $mod+Shift+c kill
+bindsym $mod+q kill
# start dmenu (a program launcher)
-bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
-bindsym $mod+Shift+d exec --no-startup-id dmenu_run
+bindsym $mod+p exec --no-startup-id dmenu_run
# move focus by monitor
bindsym $mod+period move workspace to output right
@@ -108,7 +99,7 @@ bindsym $mod+Shift+semicolon move scratchpad
bindsym $mod+semicolon scratchpad show
# toggle tiling / floating
-bindsym $mod+Control+Tab floating toggle
+bindsym $mod+t floating toggle
# change focus between tiling / floating windows
bindsym $mod+Tab focus mode_toggle
@@ -193,7 +184,7 @@ mode "mpd" {
bindsym $mod+p mode "default"
}
-bindsym $mod+p mode "mpd"
+bindsym $mod+z mode "mpd"
for_window [class="floatterm"] floating enable
@@ -203,12 +194,12 @@ bar {
position top
colors {
- background #181818
- statusline #f5f5f5
+ background #171d23
+ statusline #ffffff
separator #666666
# border background text
- focused_workspace #96a6c8 #61538d #f5f5f5
+ focused_workspace #8bd49c #171d23 #ffffff
active_workspace #333333 #5f676a #f5f5f5
inactive_workspace #333333 #222222 #888888
urgent_workspace #2f343a #D9534F #f5f5f5
diff --git a/kak/colors/plain.kak b/kak/colors/plain.kak
@@ -26,18 +26,18 @@ face global list default
# builtin default
face global Default default,default
-face global PrimarySelection white,blue
+face global PrimarySelection black,blue
face global SecondarySelection black,blue
face global PrimaryCursor white,red
-face global SecondaryCursor white,blue
+face global SecondaryCursor black,blue
face global PrimaryCursorEol white,red
face global SecondaryCursorEol default
face global LineNumbers default
face global LineNumberCursor default
-face global MenuForeground white,green
-face global MenuBackground green,white
+face global MenuForeground black,green
+face global MenuBackground green,black
face global MenuInfo default
-face global Information green,white
+face global Information green,black
face global Error default
face global DiagnosticError default
face global DiagnosticWarning default