summaryrefslogtreecommitdiff
path: root/dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
committerElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
commitd098e94ad102da9d018acca72ca5a5c554d25a01 (patch)
treed6d23ee63ad5a1aa4017a605d9e09e75de2c5f49 /dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml
parentede675866355d34ac9fdc1b8e047576f574bdfa2 (diff)
downloaddotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.tar.gz
dotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.zip
Update paths n stuff
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml')
-rw-r--r--dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml44
1 files changed, 44 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml
new file mode 100644
index 0000000..b5b15d3
--- /dev/null
+++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/konsole_linux.toml
@@ -0,0 +1,44 @@
+# Color theme ported from Konsole Linux colors
+
+[colors.primary]
+foreground = '#e3e3e3'
+bright_foreground = '#ffffff'
+background = '#1f1f1f'
+
+[colors.cursor]
+text = '#191622'
+cursor = '#f8f8f2'
+
+[colors.search]
+matches = { foreground = '#b2b2b2', background = '#b26818' }
+focused_match = { foreground = "CellBackground", background = "CellForeground" }
+
+[colors.normal]
+black = '#000000'
+red = '#b21818'
+green = '#18b218'
+yellow = '#b26818'
+blue = '#1818b2'
+magenta = '#b218b2'
+cyan = '#18b2b2'
+white = '#b2b2b2'
+
+[colors.bright]
+black = '#686868'
+red = '#ff5454'
+green = '#54ff54'
+yellow = '#ffff54'
+blue = '#5454ff'
+magenta = '#ff54ff'
+cyan = '#54ffff'
+white = '#ffffff'
+
+[colors.dim]
+black = '#000000'
+red = '#b21818'
+green = '#18b218'
+yellow = '#b26818'
+blue = '#1818b2'
+magenta = '#b218b2'
+cyan = '#18b2b2'
+white = '#b2b2b2'