summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/konsole_linux.yaml
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-12 16:55:34 +0100
committerself <george@gabbott.dev>2022-07-12 16:55:34 +0100
commitac7a637d3bd56333e0350a481aa213fa4b3836ac (patch)
treee21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /alacritty/alacritty-theme/themes/konsole_linux.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/konsole_linux.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/konsole_linux.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/konsole_linux.yaml b/alacritty/alacritty-theme/themes/konsole_linux.yaml
new file mode 100644
index 0000000..b4f3e2f
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/konsole_linux.yaml
@@ -0,0 +1,51 @@
+# Color theme ported from Konsole: Linux colors
+colors:
+ primary:
+ foreground: '0xe3e3e3'
+ bright_foreground: '0xffffff'
+ dim_foreground: '0xe3e3e3'
+ background: '0x1f1f1f'
+ bright_background: '0x686868' # not sure
+ dim_background: '0x1f1f1f' # not sure
+
+ cursor:
+ text: '0x191622'
+ cursor: '0xf8f8f2'
+
+ search:
+ matches:
+ foreground: '0xb2b2b2'
+ background: '0xb26818'
+ focused_match:
+ foreground: CellBackground
+ background: CellForeground
+
+ normal:
+ black: '0x000000'
+ red: '0xb21818'
+ green: '0x18b218'
+ yellow: '0xb26818'
+ blue: '0x1818b2'
+ magenta: '0xb218b2'
+ cyan: '0x18b2b2'
+ white: '0xb2b2b2'
+
+ bright:
+ black: '0x686868'
+ red: '0xff5454'
+ green: '0x54ff54'
+ yellow: '0xffff54'
+ blue: '0x5454ff'
+ magenta: '0xff54ff'
+ cyan: '0x54ffff'
+ white: '0xffffff'
+
+ dim:
+ black: '0x000000'
+ red: '0xb21818'
+ green: '0x18b218'
+ yellow: '0xb26818'
+ blue: '0x1818b2'
+ magenta: '0xb218b2'
+ cyan: '0x18b2b2'
+ white: '0xb2b2b2'