diff options
Diffstat (limited to 'pywal/templates')
| -rw-r--r-- | pywal/templates/colors-kitty.conf | 29 | ||||
| -rw-r--r-- | pywal/templates/colors-putty.reg | 41 | ||||
| -rw-r--r-- | pywal/templates/colors-rofi-dark.rasi | 4 | ||||
| -rw-r--r-- | pywal/templates/colors-rofi-light.rasi | 4 | ||||
| -rw-r--r-- | pywal/templates/colors-speedcrunch.json | 15 | ||||
| -rw-r--r-- | pywal/templates/colors-wal-dmenu.h | 6 | ||||
| -rw-r--r-- | pywal/templates/colors-wal.vim | 23 | ||||
| -rw-r--r-- | pywal/templates/colors-waybar.css | 20 | ||||
| -rw-r--r-- | pywal/templates/colors.hs | 37 | ||||
| -rw-r--r-- | pywal/templates/colors.sh | 4 | ||||
| -rw-r--r-- | pywal/templates/colors.styl | 24 |
11 files changed, 184 insertions, 23 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf new file mode 100644 index 0000000..19359b0 --- /dev/null +++ b/pywal/templates/colors-kitty.conf @@ -0,0 +1,29 @@ +foreground {foreground} +background {background} +cursor {cursor} + +active_tab_foreground {background} +active_tab_background {foreground} +inactive_tab_foreground {foreground} +inactive_tab_background {background} + +active_border_color {foreground} +inactive_border_color {background} +bell_border_color {color1} + +color0 {color0} +color8 {color8} +color1 {color1} +color9 {color9} +color2 {color2} +color10 {color10} +color3 {color3} +color11 {color11} +color4 {color4} +color12 {color12} +color5 {color5} +color13 {color13} +color6 {color6} +color14 {color14} +color7 {color7} +color15 {color15} diff --git a/pywal/templates/colors-putty.reg b/pywal/templates/colors-putty.reg index f4c06c0..fcd10a2 100644 --- a/pywal/templates/colors-putty.reg +++ b/pywal/templates/colors-putty.reg @@ -1,19 +1,26 @@ Windows Registry Editor Version 5.00 -[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]] -"colour0"="{color0.rgb}" -"colour1"="{color1.rgb}" -"colour2"="{color2.rgb}" -"colour3"="{color3.rgb}" -"colour4"="{color4.rgb}" -"colour5"="{color5.rgb}" -"colour6"="{color6.rgb}" -"colour7"="{color7.rgb}" -"colour8"="{color8.rgb}" -"colour9"="{color9.rgb}" -"colour10"="{color10.rgb}" -"colour11"="{color11.rgb}" -"colour12"="{color12.rgb}" -"colour13"="{color13.rgb}" -"colour14"="{color14.rgb}" -"colour15"="{color15.rgb}" +[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\wal] +"Colour0"="{foreground.rgb}" ; Default Foreground +"Colour1"="{foreground.rgb}" ; Default Bold Foreground +"Colour2"="{background.rgb}" ; Default Background +"Colour3"="{background.rgb}" ; Default Bold Background +"Colour4"="{background.rgb}" ; Cursor Text +"Colour5"="{cursor.rgb}" ; Cursor Color +"Colour6"="{color0.rgb}" ; ANSI Black +"Colour7"="{color8.rgb}" ; ANSI Black Bold +"Colour8"="{color1.rgb}" ; ANSI Red +"Colour9"="{color9.rgb}" ; ANSI Red Bold +"Colour10"="{color2.rgb}" ; ANSI Green +"Colour11"="{color10.rgb}" ; ANSI Green Bold +"Colour12"="{color3.rgb}" ; ANSI Yellow +"Colour13"="{color11.rgb}" ; ANSI Yellow Bold +"Colour14"="{color4.rgb}" ; ANSI Blue +"Colour15"="{color12.rgb}" ; ANSI Blue Bold +"Colour16"="{color5.rgb}" ; ANSI Magenta +"Colour17"="{color13.rgb}" ; ANSI Magenta Bold +"Colour18"="{color6.rgb}" ; ANSI Cyan +"Colour19"="{color14.rgb}" ; ANSI Cyan Bold +"Colour20"="{color7.rgb}" ; ANSI White +"Colour21"="{color15.rgb}" ; ANSI White Bold + diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi index 7a9075a..302d44f 100644 --- a/pywal/templates/colors-rofi-dark.rasi +++ b/pywal/templates/colors-rofi-dark.rasi @@ -48,11 +48,11 @@ text-color: @foreground; }} -inputbar {{ +#inputbar {{ children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; }} -textbox-prompt-colon {{ +#textbox-prompt-colon {{ expand: false; str: ":"; margin: 0px 0.3em 0em 0em; diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi index 3a038bb..d4f89af 100644 --- a/pywal/templates/colors-rofi-light.rasi +++ b/pywal/templates/colors-rofi-light.rasi @@ -48,11 +48,11 @@ text-color: @foreground; }} -inputbar {{ +#inputbar {{ children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; }} -textbox-prompt-colon {{ +#textbox-prompt-colon {{ expand: false; str: ":"; margin: 0px 0.3em 0em 0em; diff --git a/pywal/templates/colors-speedcrunch.json b/pywal/templates/colors-speedcrunch.json new file mode 100644 index 0000000..c9182c4 --- /dev/null +++ b/pywal/templates/colors-speedcrunch.json @@ -0,0 +1,15 @@ +{{ + "cursor": "{cursor}", + "number": "{foreground}", + "parens": "{color13}", + "result": "{color12}", + "comment": "{color8}", + "matched": "{color4}", + "function": "{color1}", + "operator": "{color3}", + "variable": "{color2}", + "scrollbar": "{color3}", + "separator": "{color3}", + "background": "{background}", + "editorbackground": "{background}" +}} diff --git a/pywal/templates/colors-wal-dmenu.h b/pywal/templates/colors-wal-dmenu.h new file mode 100644 index 0000000..aeab7a5 --- /dev/null +++ b/pywal/templates/colors-wal-dmenu.h @@ -0,0 +1,6 @@ +static const char *colors[SchemeLast][2] = {{ + /* fg bg */ + [SchemeNorm] = {{ "{color15}", "{color0}" }}, + [SchemeSel] = {{ "{color15}", "{color1}" }}, + [SchemeOut] = {{ "{color15}", "{color14}" }}, +}}; diff --git a/pywal/templates/colors-wal.vim b/pywal/templates/colors-wal.vim new file mode 100644 index 0000000..1879c22 --- /dev/null +++ b/pywal/templates/colors-wal.vim @@ -0,0 +1,23 @@ +" Special +let wallpaper = "{wallpaper}" +let background = "{background}" +let foreground = "{foreground}" +let cursor = "{cursor}" + +" Colors +let color0 = "{color0}" +let color1 = "{color1}" +let color2 = "{color2}" +let color3 = "{color3}" +let color4 = "{color4}" +let color5 = "{color5}" +let color6 = "{color6}" +let color7 = "{color7}" +let color8 = "{color8}" +let color9 = "{color9}" +let color10 = "{color10}" +let color11 = "{color11}" +let color12 = "{color12}" +let color13 = "{color13}" +let color14 = "{color14}" +let color15 = "{color15}" diff --git a/pywal/templates/colors-waybar.css b/pywal/templates/colors-waybar.css new file mode 100644 index 0000000..c9cced6 --- /dev/null +++ b/pywal/templates/colors-waybar.css @@ -0,0 +1,20 @@ +@define-color foreground {foreground}; +@define-color background {background}; +@define-color cursor {cursor}; + +@define-color color0 {color0}; +@define-color color1 {color1}; +@define-color color2 {color2}; +@define-color color3 {color3}; +@define-color color4 {color4}; +@define-color color5 {color5}; +@define-color color6 {color6}; +@define-color color7 {color7}; +@define-color color8 {color8}; +@define-color color9 {color9}; +@define-color color10 {color10}; +@define-color color11 {color11}; +@define-color color12 {color12}; +@define-color color13 {color13}; +@define-color color14 {color14}; +@define-color color15 {color15}; diff --git a/pywal/templates/colors.hs b/pywal/templates/colors.hs new file mode 100644 index 0000000..6ffa1a6 --- /dev/null +++ b/pywal/templates/colors.hs @@ -0,0 +1,37 @@ +--Place this file in your .xmonad/lib directory and import module Colors into .xmonad/xmonad.hs config +--The easy way is to create a soft link from this file to the file in .xmonad/lib using ln -s +--Then recompile and restart xmonad. + +module Colors + ( wallpaper + , background, foreground, cursor + , color0, color1, color2, color3, color4, color5, color6, color7 + , color8, color9, color10, color11, color12, color13, color14, color15 + ) where + +-- Shell variables +-- Generated by 'wal' +wallpaper="{wallpaper}" + +-- Special +background="{background}" +foreground="{foreground}" +cursor="{cursor}" + +-- Colors +color0="{color0}" +color1="{color1}" +color2="{color2}" +color3="{color3}" +color4="{color4}" +color5="{color5}" +color6="{color6}" +color7="{color7}" +color8="{color8}" +color9="{color9}" +color10="{color10}" +color11="{color11}" +color12="{color12}" +color13="{color13}" +color14="{color14}" +color15="{color15}" diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh index 22dbd46..5f27883 100644 --- a/pywal/templates/colors.sh +++ b/pywal/templates/colors.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='{wallpaper}' +wallpaper="{wallpaper}" # Special background='{background}' @@ -33,4 +33,4 @@ export FZF_DEFAULT_OPTS=" " # Fix LS_COLORS being unreadable. -export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:" +export LS_COLORS="${{LS_COLORS}}:su=30;41:ow=30;42:st=30;44:" diff --git a/pywal/templates/colors.styl b/pywal/templates/colors.styl new file mode 100644 index 0000000..b805669 --- /dev/null +++ b/pywal/templates/colors.styl @@ -0,0 +1,24 @@ +// Stylus Variables +// Generated by 'wal' +$wallpaper = "{wallpaper}" + +$background = {background} +$foregroud = {foreground} +$cursor = {cursor} + +$color0 = {color0} +$color1 = {color1} +$color2 = {color2} +$color3 = {color3} +$color4 = {color4} +$color5 = {color5} +$color6 = {color6} +$color7 = {color7} +$color8 = {color8} +$color9 = {color9} +$color10 = {color10} +$color11 = {color11} +$color12 = {color12} +$color13 = {color13} +$color14 = {color14} +$color15 = {color15} |
