diff --git a/CREDITS.md b/CREDITS.md index ed0f648fa..cdae7b13d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -508,3 +508,5 @@ The violite theme was created by [Link](https://github.com/4c696e6b) Poimandres theme was originally created by [drcmda](https://github.com/drcmda/poimandres-theme) and ported by [bastiangx](https://github.com/bastiangx) Onenord and Onenord Light theme was created by [Ryan Mehri](https://github.com/rmehri01/onenord.nvim) + +The Claude theme was created by [techfitmaster](https://github.com/techfitmaster/ghostty-claude-theme), inspired by the [Claude](https://claude.ai) AI interface color palette diff --git a/Xresources/Claude b/Xresources/Claude new file mode 100644 index 000000000..ed44bb8bf --- /dev/null +++ b/Xresources/Claude @@ -0,0 +1,43 @@ +! +! Claude +! +*.foreground: #141413 +*.background: #faf9f5 +*.cursorColor: #d97757 +! +! Black +*.color0: #c15f3c +*.color8: #d97757 +! +! Red +*.color1: #788c5d +*.color9: #8fa86b +! +! Green +*.color2: #b16803 +*.color10: #d4952b +! +! Yellow +*.color3: #6a9bcc +*.color11: #7bafd4 +! +! Blue +*.color4: #8b6cb0 +*.color12: #a080c8 +! +! Magenta +*.color5: #2e8b8b +*.color13: #4eaaaa +! +! Cyan +*.color6: #b5b3a9 +*.color14: #bab9b5 +! +! White +*.color7: #3d3d3c +*.color15: #141413 +! +! Bold, Italic, Underline +*.colorBD: #141413 +!*.colorIT: +!*.colorUL: diff --git a/alacritty/Claude.toml b/alacritty/Claude.toml new file mode 100644 index 000000000..3e71bdadd --- /dev/null +++ b/alacritty/Claude.toml @@ -0,0 +1,33 @@ +# Colors (Claude) + +[colors.bright] +black = '#d97757' +blue = '#a080c8' +cyan = '#bab9b5' +green = '#d4952b' +magenta = '#4eaaaa' +red = '#8fa86b' +white = '#141413' +yellow = '#7bafd4' + +[colors.cursor] +cursor = '#d97757' +text = '#faf9f5' + +[colors.normal] +black = '#c15f3c' +blue = '#8b6cb0' +cyan = '#b5b3a9' +green = '#b16803' +magenta = '#2e8b8b' +red = '#788c5d' +white = '#3d3d3c' +yellow = '#6a9bcc' + +[colors.primary] +background = '#faf9f5' +foreground = '#141413' + +[colors.selection] +background = '#e8e6dc' +text = '#141413' diff --git a/dynamic-colors/Claude.sh b/dynamic-colors/Claude.sh new file mode 100755 index 000000000..003aa81c4 --- /dev/null +++ b/dynamic-colors/Claude.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Claude +printf "\033]4;0;#c15f3c;1;#788c5d;2;#b16803;3;#6a9bcc;4;#8b6cb0;5;#2e8b8b;6;#b5b3a9;7;#3d3d3c;8;#d97757;9;#8fa86b;10;#d4952b;11;#7bafd4;12;#a080c8;13;#4eaaaa;14;#bab9b5;15;#141413\007" +printf "\033]10;#141413;#faf9f5;#d97757\007" +printf "\033]17;#e8e6dc\007" +printf "\033]19;#141413\007" +printf "\033]5;0;#141413\007" diff --git a/electerm/Claude.txt b/electerm/Claude.txt new file mode 100644 index 000000000..9d4283557 --- /dev/null +++ b/electerm/Claude.txt @@ -0,0 +1,37 @@ + +themeName=Claude +main=#ededed +main-dark=#cccccc +main-light=#fefefe +text=#555 +text-light=#777 +text-dark=#444 +text-disabled=#888 +primary=#08c +info=#FFD166 +success=#06D6A0 +error=#EF476F +warn=#E55934 +warn=#E55934 +main=#faf9f5 +terminal:background=#faf9f5 +terminal:foreground=#141413 +terminal:cursor=#d97757 +terminal:selection=#e8e6dc +terminal:cursorAccent=#faf9f5 +terminal:black=#c15f3c +terminal:red=#788c5d +terminal:green=#b16803 +terminal:yellow=#6a9bcc +terminal:blue=#8b6cb0 +terminal:magenta=#2e8b8b +terminal:cyan=#b5b3a9 +terminal:white=#3d3d3c +terminal:brightBlack=#d97757 +terminal:brightRed=#8fa86b +terminal:brightGreen=#d4952b +terminal:brightYellow=#7bafd4 +terminal:brightBlue=#a080c8 +terminal:brightMagenta=#4eaaaa +terminal:brightCyan=#bab9b5 +terminal:brightWhite=#141413 diff --git a/foot/Claude.ini b/foot/Claude.ini new file mode 100644 index 000000000..f7c41ea2f --- /dev/null +++ b/foot/Claude.ini @@ -0,0 +1,25 @@ + +[cursor] +color=faf9f5 d97757 + +[colors] +foreground=141413 +background=faf9f5 +regular0=c15f3c +regular1=788c5d +regular2=b16803 +regular3=6a9bcc +regular4=8b6cb0 +regular5=2e8b8b +regular6=b5b3a9 +regular7=3d3d3c +bright0=d97757 +bright1=8fa86b +bright2=d4952b +bright3=7bafd4 +bright4=a080c8 +bright5=4eaaaa +bright6=bab9b5 +bright7=141413 +selection-foreground=141413 +selection-background=e8e6dc diff --git a/freebsd_vt/Claude.conf b/freebsd_vt/Claude.conf new file mode 100644 index 000000000..12a49c81e --- /dev/null +++ b/freebsd_vt/Claude.conf @@ -0,0 +1,17 @@ +# Claude +kern.vt.color.0.rgb="#c15f3c" +kern.vt.color.1.rgb="#788c5d" +kern.vt.color.2.rgb="#b16803" +kern.vt.color.3.rgb="#6a9bcc" +kern.vt.color.4.rgb="#8b6cb0" +kern.vt.color.5.rgb="#2e8b8b" +kern.vt.color.6.rgb="#b5b3a9" +kern.vt.color.7.rgb="#141413" +kern.vt.color.8.rgb="#d97757" +kern.vt.color.9.rgb="#8fa86b" +kern.vt.color.10.rgb="#d4952b" +kern.vt.color.11.rgb="#7bafd4" +kern.vt.color.12.rgb="#a080c8" +kern.vt.color.13.rgb="#4eaaaa" +kern.vt.color.14.rgb="#bab9b5" +kern.vt.color.15.rgb="#141413" diff --git a/generic/Claude.sh b/generic/Claude.sh new file mode 100755 index 000000000..8ff16945a --- /dev/null +++ b/generic/Claude.sh @@ -0,0 +1,72 @@ +#!/bin/sh +# Claude + +# source for these helper functions: +# https://github.com/chriskempson/base16-shell/blob/master/templates/default.mustache +if [ -n "$TMUX" ]; then + # Tell tmux to pass the escape sequences through + # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) + put_template() { printf '\033Ptmux;\033\033]4;%d;rgb:%s\033\033\\\033\\' $@; } + put_template_var() { printf '\033Ptmux;\033\033]%d;rgb:%s\033\033\\\033\\' $@; } + put_template_custom() { printf '\033Ptmux;\033\033]%s%s\033\033\\\033\\' $@; } +elif [ "${TERM%%[-.]*}" = "screen" ]; then + # GNU screen (screen, screen-256color, screen-256color-bce) + put_template() { printf '\033P\033]4;%d;rgb:%s\007\033\\' $@; } + put_template_var() { printf '\033P\033]%d;rgb:%s\007\033\\' $@; } + put_template_custom() { printf '\033P\033]%s%s\007\033\\' $@; } +elif [ "${TERM%%-*}" = "linux" ]; then + put_template() { [ $1 -lt 16 ] && printf "\e]P%x%s" $1 $(echo $2 | sed 's/\///g'); } + put_template_var() { true; } + put_template_custom() { true; } +else + put_template() { printf '\033]4;%d;rgb:%s\033\\' $@; } + put_template_var() { printf '\033]%d;rgb:%s\033\\' $@; } + put_template_custom() { printf '\033]%s%s\033\\' $@; } +fi + +# 16 color space +put_template 0 "c1/5f/3c" +put_template 1 "78/8c/5d" +put_template 2 "b1/68/03" +put_template 3 "6a/9b/cc" +put_template 4 "8b/6c/b0" +put_template 5 "2e/8b/8b" +put_template 6 "b5/b3/a9" +put_template 7 "3d/3d/3c" +put_template 8 "d9/77/57" +put_template 9 "8f/a8/6b" +put_template 10 "d4/95/2b" +put_template 11 "7b/af/d4" +put_template 12 "a0/80/c8" +put_template 13 "4e/aa/aa" +put_template 14 "ba/b9/b5" +put_template 15 "14/14/13" + +color_foreground="14/14/13" +color_background="fa/f9/f5" + +if [ -n "$ITERM_SESSION_ID" ]; then + # iTerm2 proprietary escape codes + put_template_custom Pg "141413" + put_template_custom Ph "faf9f5" + put_template_custom Pi "141413" + put_template_custom Pj "e8e6dc" + put_template_custom Pk "141413" + put_template_custom Pl "d97757" + put_template_custom Pm "faf9f5" +else + put_template_var 10 $color_foreground + put_template_var 11 $color_background + if [ "${TERM%%-*}" = "rxvt" ]; then + put_template_var 708 $color_background # internal border (rxvt) + fi + put_template_custom 12 ";7" # cursor (reverse video) +fi + +# clean up +unset -f put_template +unset -f put_template_var +unset -f put_template_custom + +unset color_foreground +unset color_background diff --git a/ghostty/Claude b/ghostty/Claude new file mode 100644 index 000000000..561dd7922 --- /dev/null +++ b/ghostty/Claude @@ -0,0 +1,22 @@ +palette = 0=#c15f3c +palette = 1=#788c5d +palette = 2=#b16803 +palette = 3=#6a9bcc +palette = 4=#8b6cb0 +palette = 5=#2e8b8b +palette = 6=#b5b3a9 +palette = 7=#3d3d3c +palette = 8=#d97757 +palette = 9=#8fa86b +palette = 10=#d4952b +palette = 11=#7bafd4 +palette = 12=#a080c8 +palette = 13=#4eaaaa +palette = 14=#bab9b5 +palette = 15=#141413 +background = #faf9f5 +foreground = #141413 +cursor-color = #d97757 +cursor-text = #faf9f5 +selection-background = #e8e6dc +selection-foreground = #141413 diff --git a/hexchat/Claude.conf b/hexchat/Claude.conf new file mode 100644 index 000000000..65ce8f126 --- /dev/null +++ b/hexchat/Claude.conf @@ -0,0 +1,44 @@ + + +color_0 = 3d3d 3d3d 3c3c +color_1 = c1c1 5f5f 3c3c +color_2 = 8b8b 6c6c b0b0 +color_3 = b1b1 6868 0303 +color_4 = 7878 8c8c 5d5d +color_5 = 6a6a 9b9b cccc +color_6 = 2e2e 8b8b 8b8b +color_7 = 8f8f a8a8 6b6b +color_8 = 7b7b afaf d4d4 +color_9 = d4d4 9595 2b2b +color_10 = b5b5 b3b3 a9a9 +color_11 = baba b9b9 b5b5 +color_12 = a0a0 8080 c8c8 +color_13 = 4e4e aaaa aaaa +color_14 = d9d9 7777 5757 +color_15 = 1414 1414 1313 +color_16 = 3d3d 3d3d 3c3c +color_17 = c1c1 5f5f 3c3c +color_18 = 8b8b 6c6c b0b0 +color_19 = b1b1 6868 0303 +color_20 = 7878 8c8c 5d5d +color_21 = 6a6a 9b9b cccc +color_22 = 2e2e 8b8b 8b8b +color_23 = 8f8f a8a8 6b6b +color_24 = 7b7b afaf d4d4 +color_25 = d4d4 9595 2b2b +color_26 = b5b5 b3b3 a9a9 +color_27 = baba b9b9 b5b5 +color_28 = a0a0 8080 c8c8 +color_29 = 4e4e aaaa aaaa +color_30 = d9d9 7777 5757 +color_31 = 1414 1414 1313 +color_256 = 1414 1414 1313 +color_257 = e8e8 e6e6 dcdc +color_258 = 1414 1414 1313 +color_259 = fafa f9f9 f5f5 +color_260 = 6a6a 9b9b cccc +color_261 = 8b8b 6c6c b0b0 +color_262 = b1b1 6868 0303 +color_263 = 8f8f a8a8 6b6b +color_264 = 1414 1414 1313 +color_265 = 7878 8c8c 5d5d diff --git a/iterm-dynamic-colors/Claude.sh b/iterm-dynamic-colors/Claude.sh new file mode 100755 index 000000000..8018d4d62 --- /dev/null +++ b/iterm-dynamic-colors/Claude.sh @@ -0,0 +1,24 @@ +#!/bin/sh +# Claude +printf "\033]P0c15f3c\033\\" +printf "\033]P1788c5d\033\\" +printf "\033]P2b16803\033\\" +printf "\033]P36a9bcc\033\\" +printf "\033]P48b6cb0\033\\" +printf "\033]P52e8b8b\033\\" +printf "\033]P6b5b3a9\033\\" +printf "\033]P73d3d3c\033\\" +printf "\033]P8d97757\033\\" +printf "\033]P98fa86b\033\\" +printf "\033]Pad4952b\033\\" +printf "\033]Pb7bafd4\033\\" +printf "\033]Pca080c8\033\\" +printf "\033]Pd4eaaaa\033\\" +printf "\033]Pebab9b5\033\\" +printf "\033]Pf141413\033\\" +printf "\033]Pg141413\033\\" +printf "\033]Phfaf9f5\033\\" +printf "\033]Pld97757\033\\" +printf "\033]Pje8e6dc\033\\" +printf "\033]Pk141413\033\\" +printf "\033]Pi141413\033\\" diff --git a/kitty/Claude.conf b/kitty/Claude.conf new file mode 100644 index 000000000..354c5c210 --- /dev/null +++ b/kitty/Claude.conf @@ -0,0 +1,22 @@ +color0 #c15f3c +color1 #788c5d +color2 #b16803 +color3 #6a9bcc +color4 #8b6cb0 +color5 #2e8b8b +color6 #b5b3a9 +color7 #3d3d3c +color8 #d97757 +color9 #8fa86b +color10 #d4952b +color11 #7bafd4 +color12 #a080c8 +color13 #4eaaaa +color14 #bab9b5 +color15 #141413 +background #faf9f5 +selection_foreground #faf9f5 +cursor #d97757 +cursor_text_color #faf9f5 +foreground #141413 +selection_background #141413 diff --git a/konsole/Claude.colorscheme b/konsole/Claude.colorscheme new file mode 100644 index 000000000..59d5b2c65 --- /dev/null +++ b/konsole/Claude.colorscheme @@ -0,0 +1,88 @@ +[General] +Description=Claude +Opacity=1 +Wallpaper= + +[Background] +Color=250,249,245 + +[BackgroundIntense] +Color=250,249,245 + +[Foreground] +Color=20,20,19 + +[ForegroundIntense] +Color=20,20,19 + +[Color0] +Color=193,95,60 + +[Color1] +Color=120,140,93 + +[Color2] +Color=177,104,3 + +[Color3] +Color=106,155,204 + +[Color4] +Color=139,108,176 + +[Color5] +Color=46,139,139 + +[Color6] +Color=181,179,169 + +[Color7] +Color=61,61,60 + +[Color0Intense] +Color=217,119,87 + +[Color1Intense] +Color=143,168,107 + +[Color2Intense] +Color=212,149,43 + +[Color3Intense] +Color=123,175,212 + +[Color4Intense] +Color=160,128,200 + +[Color5Intense] +Color=78,170,170 + +[Color6Intense] +Color=186,185,181 + +[Color7Intense] +Color=20,20,19 + +[Color0Faint] +Color=193,95,60 + +[Color1Faint] +Color=120,140,93 + +[Color2Faint] +Color=177,104,3 + +[Color3Faint] +Color=106,155,204 + +[Color4Faint] +Color=139,108,176 + +[Color5Faint] +Color=46,139,139 + +[Color6Faint] +Color=181,179,169 + +[Color7Faint] +Color=61,61,60 diff --git a/lxterminal/Claude.conf b/lxterminal/Claude.conf new file mode 100644 index 000000000..e4e7e1f65 --- /dev/null +++ b/lxterminal/Claude.conf @@ -0,0 +1,20 @@ +;Paste the following configurations in thecorresponding place in lxterminal.conf. +bgcolor=rgba(250,249,245,1) +fgcolor=rgb(20,20,19) +palette_color_0=rgb(193,95,60) +palette_color_1=rgb(120,140,93) +palette_color_10=rgb(212,149,43) +palette_color_11=rgb(123,175,212) +palette_color_12=rgb(160,128,200) +palette_color_13=rgb(78,170,170) +palette_color_14=rgb(186,185,181) +palette_color_15=rgb(20,20,19) +palette_color_2=rgb(177,104,3) +palette_color_3=rgb(106,155,204) +palette_color_4=rgb(139,108,176) +palette_color_5=rgb(46,139,139) +palette_color_6=rgb(181,179,169) +palette_color_7=rgb(61,61,60) +palette_color_8=rgb(217,119,87) +palette_color_9=rgb(143,168,107) +color_preset=Claude diff --git a/mobaxterm/Claude.ini b/mobaxterm/Claude.ini new file mode 100644 index 000000000..8f438b436 --- /dev/null +++ b/mobaxterm/Claude.ini @@ -0,0 +1,23 @@ +;Paste the following configurations in the corresponding place in MobaXterm.ini. +;Theme: Claude +[Colors] +DefaultColorScheme=0 +BackgroundColour=250,249,245 +ForegroundColour=20,20,19 +CursorColour=217,119,87 +Black=193,95,60 +Red=120,140,93 +BoldGreen=212,149,43 +BoldYellow=123,175,212 +BoldBlue=160,128,200 +BoldMagenta=78,170,170 +BoldCyan=186,185,181 +BoldWhite=20,20,19 +Green=177,104,3 +Yellow=106,155,204 +Blue=139,108,176 +Magenta=46,139,139 +Cyan=181,179,169 +White=61,61,60 +BoldBlack=217,119,87 +BoldRed=143,168,107 diff --git a/pantheonterminal/Claude.sh b/pantheonterminal/Claude.sh new file mode 100755 index 000000000..cda8d1e48 --- /dev/null +++ b/pantheonterminal/Claude.sh @@ -0,0 +1,9 @@ +#!/bin/bash +dconf load /org/pantheon/terminal/settings/ < + + + + Ansi 0 Color + + Alpha Component + 1 + Blue Component + 0.2353 + Color Space + sRGB + Green Component + 0.3725 + Red Component + 0.7569 + + Ansi 1 Color + + Alpha Component + 1 + Blue Component + 0.3647 + Color Space + sRGB + Green Component + 0.549 + Red Component + 0.4706 + + Ansi 10 Color + + Alpha Component + 1 + Blue Component + 0.1686 + Color Space + sRGB + Green Component + 0.5843 + Red Component + 0.8314 + + Ansi 11 Color + + Alpha Component + 1 + Blue Component + 0.8314 + Color Space + sRGB + Green Component + 0.6863 + Red Component + 0.4824 + + Ansi 12 Color + + Alpha Component + 1 + Blue Component + 0.7843 + Color Space + sRGB + Green Component + 0.502 + Red Component + 0.6275 + + Ansi 13 Color + + Alpha Component + 1 + Blue Component + 0.6667 + Color Space + sRGB + Green Component + 0.6667 + Red Component + 0.3059 + + Ansi 14 Color + + Alpha Component + 1 + Blue Component + 0.7098 + Color Space + sRGB + Green Component + 0.7255 + Red Component + 0.7294 + + Ansi 15 Color + + Alpha Component + 1 + Blue Component + 0.0745 + Color Space + sRGB + Green Component + 0.0784 + Red Component + 0.0784 + + Ansi 2 Color + + Alpha Component + 1 + Blue Component + 0.0118 + Color Space + sRGB + Green Component + 0.4078 + Red Component + 0.6941 + + Ansi 3 Color + + Alpha Component + 1 + Blue Component + 0.8 + Color Space + sRGB + Green Component + 0.6078 + Red Component + 0.4157 + + Ansi 4 Color + + Alpha Component + 1 + Blue Component + 0.6902 + Color Space + sRGB + Green Component + 0.4235 + Red Component + 0.5451 + + Ansi 5 Color + + Alpha Component + 1 + Blue Component + 0.5451 + Color Space + sRGB + Green Component + 0.5451 + Red Component + 0.1804 + + Ansi 6 Color + + Alpha Component + 1 + Blue Component + 0.6627 + Color Space + sRGB + Green Component + 0.702 + Red Component + 0.7098 + + Ansi 7 Color + + Alpha Component + 1 + Blue Component + 0.2353 + Color Space + sRGB + Green Component + 0.2392 + Red Component + 0.2392 + + Ansi 8 Color + + Alpha Component + 1 + Blue Component + 0.3412 + Color Space + sRGB + Green Component + 0.4667 + Red Component + 0.851 + + Ansi 9 Color + + Alpha Component + 1 + Blue Component + 0.4196 + Color Space + sRGB + Green Component + 0.6588 + Red Component + 0.5608 + + Background Color + + Alpha Component + 1 + Blue Component + 0.9608 + Color Space + sRGB + Green Component + 0.9765 + Red Component + 0.9804 + + Bold Color + + Alpha Component + 1 + Blue Component + 0.0745 + Color Space + sRGB + Green Component + 0.0784 + Red Component + 0.0784 + + Cursor Color + + Alpha Component + 1 + Blue Component + 0.3412 + Color Space + sRGB + Green Component + 0.4667 + Red Component + 0.851 + + Cursor Guide Color + + Alpha Component + 1 + Blue Component + 0.3412 + Color Space + sRGB + Green Component + 0.4667 + Red Component + 0.851 + + Cursor Text Color + + Alpha Component + 1 + Blue Component + 0.9608 + Color Space + sRGB + Green Component + 0.9765 + Red Component + 0.9804 + + Foreground Color + + Alpha Component + 1 + Blue Component + 0.0745 + Color Space + sRGB + Green Component + 0.0784 + Red Component + 0.0784 + + Link Color + + Alpha Component + 1 + Blue Component + 0.3412 + Color Space + sRGB + Green Component + 0.4667 + Red Component + 0.851 + + Selected Text Color + + Alpha Component + 1 + Blue Component + 0.0745 + Color Space + sRGB + Green Component + 0.0784 + Red Component + 0.0784 + + Selection Color + + Alpha Component + 1 + Blue Component + 0.8627 + Color Space + sRGB + Green Component + 0.902 + Red Component + 0.9098 + + + diff --git a/termframe/Claude.toml b/termframe/Claude.toml new file mode 100644 index 000000000..cd8b6594a --- /dev/null +++ b/termframe/Claude.toml @@ -0,0 +1,24 @@ +tags = ["light"] + +[theme.colors] +background = "#faf9f5" +foreground = "#141413" +bright-foreground = "#141413" + +[theme.colors.palette] +0 = "#c15f3c" +1 = "#788c5d" +2 = "#b16803" +3 = "#6a9bcc" +4 = "#8b6cb0" +5 = "#2e8b8b" +6 = "#b5b3a9" +7 = "#3d3d3c" +8 = "#d97757" +9 = "#8fa86b" +10 = "#d4952b" +11 = "#7bafd4" +12 = "#a080c8" +13 = "#4eaaaa" +14 = "#bab9b5" +15 = "#141413" diff --git a/terminator/Claude.config b/terminator/Claude.config new file mode 100644 index 000000000..0d9f1a9ed --- /dev/null +++ b/terminator/Claude.config @@ -0,0 +1,7 @@ + +[[Claude]] + palette = "#c15f3c:#788c5d:#b16803:#6a9bcc:#8b6cb0:#2e8b8b:#b5b3a9:#3d3d3c:#d97757:#8fa86b:#d4952b:#7bafd4:#a080c8:#4eaaaa:#bab9b5:#141413" + background_color = "#faf9f5" + cursor_color = "#d97757" + foreground_color = "#141413" + background_image = None diff --git a/termite/Claude b/termite/Claude new file mode 100644 index 000000000..3aa7d4a88 --- /dev/null +++ b/termite/Claude @@ -0,0 +1,24 @@ +[colors] +background = #faf9f5 +cursor = #d97757 +cursor_foreground = #faf9f5 +foreground = #141413 +color0 = #c15f3c +color1 = #788c5d +color2 = #b16803 +color3 = #6a9bcc +color4 = #8b6cb0 +color5 = #2e8b8b +color6 = #b5b3a9 +color7 = #3d3d3c +color8 = #d97757 +color9 = #8fa86b +color10 = #d4952b +color11 = #7bafd4 +color12 = #a080c8 +color13 = #4eaaaa +color14 = #bab9b5 +color15 = #141413 +colorBD = #141413 +colorIT = +colorUL = diff --git a/termux/Claude.properties b/termux/Claude.properties new file mode 100644 index 000000000..af53cec11 --- /dev/null +++ b/termux/Claude.properties @@ -0,0 +1,22 @@ +# Claude +foreground=#141413 +background=#faf9f5 +cursor=#d97757 + +color0=#c15f3c +color1=#788c5d +color2=#b16803 +color3=#6a9bcc +color4=#8b6cb0 +color5=#2e8b8b +color6=#b5b3a9 +color7=#3d3d3c + +color8=#d97757 +color9=#8fa86b +color10=#d4952b +color11=#7bafd4 +color12=#a080c8 +color13=#4eaaaa +color14=#bab9b5 +color15=#141413 diff --git a/tilda/Claude.itermcolors_config_0 b/tilda/Claude.itermcolors_config_0 new file mode 100644 index 000000000..1d04e1291 --- /dev/null +++ b/tilda/Claude.itermcolors_config_0 @@ -0,0 +1,10 @@ +back_blue = 62965 +back_green = 63993 +back_red = 64250 +cursor_blue = 22359 +cursor_green = 30583 +cursor_red = 55769 +palette = {49601, 24415, 15420, 30840, 35980, 23901, 45489, 26728, 771, 27242, 39835, 52428, 35723, 27756, 45232, 11822, 35723, 35723, 46517, 46003, 43433, 15677, 15677, 15420, 55769, 30583, 22359, 36751, 43176, 27499, 54484, 38293, 11051, 31611, 44975, 54484, 41120, 32896, 51400, 20046, 43690, 43690, 47802, 47545, 46517, 5140, 5140, 4883} +text_blue = 4883 +text_green = 5140 +text_red = 5140 diff --git a/vhs/Claude.json b/vhs/Claude.json new file mode 100644 index 000000000..b8d2dbeb3 --- /dev/null +++ b/vhs/Claude.json @@ -0,0 +1,23 @@ +{ + "name": "Claude", + "black": "#c15f3c", + "red": "#788c5d", + "green": "#b16803", + "yellow": "#6a9bcc", + "blue": "#8b6cb0", + "purple": "#2e8b8b", + "cyan": "#b5b3a9", + "white": "#3d3d3c", + "brightBlack": "#d97757", + "brightRed": "#8fa86b", + "brightGreen": "#d4952b", + "brightYellow": "#7bafd4", + "brightBlue": "#a080c8", + "brightPurple": "#4eaaaa", + "brightCyan": "#bab9b5", + "brightWhite": "#141413", + "background": "#faf9f5", + "foreground": "#141413", + "cursor": "#d97757", + "selection": "#e8e6dc" +} diff --git a/vim/Claude.vim b/vim/Claude.vim new file mode 100644 index 000000000..f5548960e --- /dev/null +++ b/vim/Claude.vim @@ -0,0 +1,127 @@ +" Vim Color File +" Generated by iTerm2-Color-Schemes +" Name: Claude +" URL: https://github.com/mbadolato/iTerm2-Color-Schemes + +hi clear +if exists("syntax_on") + syntax reset +endif + +let g:colors_name = "Claude" + +" Normal colors +hi Normal guifg=#141413 guibg=#faf9f5 + +" Syntax highlighting groups +hi Comment guifg=#d97757 +hi Constant guifg=#6a9bcc +hi Identifier guifg=#8b6cb0 +hi Statement guifg=#8fa86b +hi PreProc guifg=#4eaaaa +hi Type guifg=#d4952b +hi Special guifg=#bab9b5 +hi Underlined guifg=#a080c8 gui=underline +hi Error guifg=#788c5d guibg=#faf9f5 +hi Todo guifg=#7bafd4 guibg=#faf9f5 + +" Additional groups for better compatibility +hi String guifg=#b16803 +hi Character guifg=#b16803 +hi Number guifg=#6a9bcc +hi Boolean guifg=#6a9bcc +hi Float guifg=#6a9bcc + +hi Function guifg=#8b6cb0 + +hi Conditional guifg=#8fa86b +hi Repeat guifg=#8fa86b +hi Label guifg=#8fa86b +hi Operator guifg=#3d3d3c +hi Keyword guifg=#8fa86b +hi Exception guifg=#788c5d + +hi Include guifg=#4eaaaa +hi Define guifg=#4eaaaa +hi Macro guifg=#4eaaaa +hi PreCondit guifg=#4eaaaa + +hi StorageClass guifg=#d4952b +hi Structure guifg=#d4952b +hi Typedef guifg=#d4952b + +hi SpecialChar guifg=#bab9b5 +hi Tag guifg=#bab9b5 +hi Delimiter guifg=#3d3d3c +hi SpecialComment guifg=#d97757 +hi Debug guifg=#7bafd4 + +hi Ignore guifg=#faf9f5 + +" Cursor and line highlighting +hi Cursor guifg=#faf9f5 guibg=#d97757 +hi CursorLine guibg=#e8e6dc +hi CursorColumn guibg=#e8e6dc + +" Visual selection +hi Visual guibg=#e8e6dc + +" Search highlighting +hi Search guibg=#7bafd4 guifg=#faf9f5 +hi IncSearch guibg=#7bafd4 guifg=#faf9f5 + +" Line numbers +hi LineNr guifg=#d97757 +hi CursorLineNr guifg=#141413 + +" Status line +hi StatusLine guifg=#141413 guibg=#d97757 +hi StatusLineNC guifg=#d97757 guibg=#faf9f5 + +" Tab line +hi TabLine guifg=#d97757 guibg=#faf9f5 +hi TabLineSel guifg=#141413 guibg=#e8e6dc +hi TabLineFill guibg=#faf9f5 + +" Popup menu +hi Pmenu guifg=#141413 guibg=#d97757 +hi PmenuSel guifg=#faf9f5 guibg=#e8e6dc +hi PmenuSbar guibg=#d97757 +hi PmenuThumb guibg=#141413 + +" Diff highlighting +hi DiffAdd guibg=#b16803 +hi DiffChange guibg=#6a9bcc +hi DiffDelete guibg=#788c5d +hi DiffText guibg=#8b6cb0 + +" Fold highlighting +hi Folded guifg=#d97757 guibg=#faf9f5 +hi FoldColumn guifg=#d97757 guibg=#faf9f5 + +" Spell checking +hi SpellBad gui=undercurl guisp=#788c5d +hi SpellCap gui=undercurl guisp=#8b6cb0 +hi SpellRare gui=undercurl guisp=#2e8b8b +hi SpellLocal gui=undercurl guisp=#b5b3a9 + +" Error and warning messages +hi ErrorMsg guifg=#788c5d +hi WarningMsg guifg=#6a9bcc +hi MoreMsg guifg=#8b6cb0 +hi Question guifg=#b16803 + +" Mode message +hi ModeMsg guifg=#b16803 + +" Directory +hi Directory guifg=#8b6cb0 + +" Title +hi Title guifg=#2e8b8b + +" Match parenthesis +hi MatchParen guibg=#d97757 + +" Sign column +hi SignColumn guifg=#d97757 guibg=#faf9f5 diff --git a/vscode/Claude.json b/vscode/Claude.json new file mode 100644 index 000000000..fb093e714 --- /dev/null +++ b/vscode/Claude.json @@ -0,0 +1,25 @@ +{ + "workbench.colorCustomizations": { + "terminal.foreground": "#141413", + "terminal.background": "#faf9f5", + "terminal.ansiBlack": "#c15f3c", + "terminal.ansiBlue": "#8b6cb0", + "terminal.ansiCyan": "#b5b3a9", + "terminal.ansiGreen": "#b16803", + "terminal.ansiMagenta": "#2e8b8b", + "terminal.ansiRed": "#788c5d", + "terminal.ansiWhite": "#3d3d3c", + "terminal.ansiYellow": "#6a9bcc", + "terminal.ansiBrightBlack": "#d97757", + "terminal.ansiBrightBlue": "#a080c8", + "terminal.ansiBrightCyan": "#bab9b5", + "terminal.ansiBrightGreen": "#d4952b", + "terminal.ansiBrightMagenta": "#4eaaaa", + "terminal.ansiBrightRed": "#8fa86b", + "terminal.ansiBrightWhite": "#141413", + "terminal.ansiBrightYellow": "#7bafd4", + "terminal.selectionBackground": "#e8e6dc", + "terminalCursor.background": "#faf9f5", + "terminalCursor.foreground": "#d97757" + } +} diff --git a/wayst/Claude b/wayst/Claude new file mode 100644 index 000000000..5f8734ba2 --- /dev/null +++ b/wayst/Claude @@ -0,0 +1,23 @@ +bg-color = "#faf9f5" +fg-color = "#141413" + +color-0 = "#c15f3c" +color-1 = "#788c5d" +color-2 = "#b16803" +color-3 = "#6a9bcc" +color-4 = "#8b6cb0" +color-5 = "#2e8b8b" +color-6 = "#b5b3a9" +color-7 = "#3d3d3c" +color-8 = "#d97757" +color-9 = "#8fa86b" +color-10 = "#d4952b" +color-11 = "#7bafd4" +color-12 = "#a080c8" +color-13 = "#4eaaaa" +color-14 = "#bab9b5" +color-15 = "#141413" + +highlight-bg-color = "#e8e6dc" +highlight-fg-color = "#141413" + diff --git a/wezterm/Claude.toml b/wezterm/Claude.toml new file mode 100644 index 000000000..f26e0c040 --- /dev/null +++ b/wezterm/Claude.toml @@ -0,0 +1,12 @@ +# Claude +[colors] +foreground = "#141413" +background = "#faf9f5" +cursor_bg = "#d97757" +cursor_border = "#d97757" +cursor_fg = "#faf9f5" +selection_bg = "#e8e6dc" +selection_fg = "#141413" + +ansi = ["#c15f3c","#788c5d","#b16803","#6a9bcc","#8b6cb0","#2e8b8b","#b5b3a9","#3d3d3c"] +brights = ["#d97757","#8fa86b","#d4952b","#7bafd4","#a080c8","#4eaaaa","#bab9b5","#141413"] diff --git a/windowsterminal/Claude.json b/windowsterminal/Claude.json new file mode 100644 index 000000000..32e923722 --- /dev/null +++ b/windowsterminal/Claude.json @@ -0,0 +1,23 @@ +{ + "name": "Claude", + "black": "#c15f3c", + "red": "#788c5d", + "green": "#b16803", + "yellow": "#6a9bcc", + "blue": "#8b6cb0", + "purple": "#2e8b8b", + "cyan": "#b5b3a9", + "white": "#3d3d3c", + "brightBlack": "#d97757", + "brightRed": "#8fa86b", + "brightGreen": "#d4952b", + "brightYellow": "#7bafd4", + "brightBlue": "#a080c8", + "brightPurple": "#4eaaaa", + "brightCyan": "#bab9b5", + "brightWhite": "#141413", + "background": "#faf9f5", + "foreground": "#141413", + "cursorColor": "#d97757", + "selectionBackground": "#e8e6dc" +} diff --git a/xfce4terminal/Claude.theme b/xfce4terminal/Claude.theme new file mode 100644 index 000000000..be2128fc8 --- /dev/null +++ b/xfce4terminal/Claude.theme @@ -0,0 +1,6 @@ +[Scheme] +Name=Claude +ColorForeground=#141413 +ColorBackground=#faf9f5 +ColorCursor=#d97757 +ColorPalette=#c15f3c;#788c5d;#b16803;#6a9bcc;#8b6cb0;#2e8b8b;#b5b3a9;#3d3d3c;#d97757;#8fa86b;#d4952b;#7bafd4;#a080c8;#4eaaaa;#bab9b5;#141413 diff --git a/xrdb/Claude.xrdb b/xrdb/Claude.xrdb new file mode 100644 index 000000000..383a35b4c --- /dev/null +++ b/xrdb/Claude.xrdb @@ -0,0 +1,25 @@ +#define Ansi_0_Color #c15f3c +#define Ansi_1_Color #788c5d +#define Ansi_10_Color #d4952b +#define Ansi_11_Color #7bafd4 +#define Ansi_12_Color #a080c8 +#define Ansi_13_Color #4eaaaa +#define Ansi_14_Color #bab9b5 +#define Ansi_15_Color #141413 +#define Ansi_2_Color #b16803 +#define Ansi_3_Color #6a9bcc +#define Ansi_4_Color #8b6cb0 +#define Ansi_5_Color #2e8b8b +#define Ansi_6_Color #b5b3a9 +#define Ansi_7_Color #3d3d3c +#define Ansi_8_Color #d97757 +#define Ansi_9_Color #8fa86b +#define Background_Color #faf9f5 +#define Bold_Color #141413 +#define Cursor_Color #d97757 +#define Cursor_Guide_Color #d97757 +#define Cursor_Text_Color #faf9f5 +#define Foreground_Color #141413 +#define Link_Color #d97757 +#define Selected_Text_Color #141413 +#define Selection_Color #e8e6dc diff --git a/yaml/Claude.yml b/yaml/Claude.yml new file mode 100644 index 000000000..f46e33821 --- /dev/null +++ b/yaml/Claude.yml @@ -0,0 +1,28 @@ +name: "Claude" + +color_01: "#C15F3C" +color_02: "#788C5D" +color_03: "#B16803" +color_04: "#6A9BCC" +color_05: "#8B6CB0" +color_06: "#2E8B8B" +color_07: "#E8E6DC" +color_08: "#3D3D3C" + +color_09: "#D97757" +color_10: "#8FA86B" +color_11: "#D4952B" +color_12: "#7BAFD4" +color_13: "#A080C8" +color_14: "#4EAAAA" +color_15: "#FAF9F5" +color_16: "#141413" + +background: "#FAF9F5" +foreground: "#141413" +cursor: "#D97757" +cursor_text: "#FAF9F5" +selection: "#E8E6DC" +selection_text: "#141413" + +link: "#D97757"