Skip to content

dkeg/crayolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors Repo

  • This repo is a small subset of my colour collection for Github
  • Keep it simple, generally only using 9 colors. There are a few with some bolds
  • There's a color file seperate from .Xresources for cleaner switching. Include the file with #include </path/to/crayolo/colors/[file]>
  • Added matching walls directory
  • Random color script will display associated wall if exists, else a pattern wall using colors from xrdb

Implementation

  • Use below in your .Xresources file
#include </path/to/crayolo/colors/[file]>  
  
.... other xresource code goes here  
  
! Colors  
*background:   bg  
*foreground:   fg  
*color0:      blk  
*color8:      bblk  
*color1:      red  
*color9:      bred  
*color2:      grn  
*color10:     bgrn  
*color3:      ylw  
*color11:     bylw  
*color4:      blu  
*color12:     bblu  
*color5:      mag  
*color13:     bmag  
*color6:      cyn  
*color14:     bcyn  
*color7:      wht  
*color15:     bwht  

Miscellaneous

  • Added tile.xbm to the repo [IIRC, I got this off of dcat's github at some point]
  • Implementation Example xetroot -bitmap $walls/tile.xbm -bg "$(xrdb -query | grep "*background" | awk '{print $2}')" -fg "$(xrdb -query | grep "*foreground" | awk '{print $2}')"
  • use random color picker to get a different color at each wm-start. Place in .xinitrc, or wm config, I suppose
  • Find me on linuxbbq, forum or IRC on freenode (I'm a weekend warrior)

Previews

bluetype

simplicity

sprout

raild

tealights

traffic

prevail

blumune

soundwave

coco

blend

link

view

kit

corduroy

shade

skigh git_tag

5725 git_tag

flapr git_tag

brownstone

slate git_tag

vans git_tag

fendr git_tag

owl

sundr git_tag

chaires git_tag

spire

urban git_tag

blok git_tag

diner git_tag

provrb git_tag

petal git_tag

paints git_tag

book git_tag

parkd git_tag

relax git_tag

raiin git_tag

bulb git_tag

novembr git_tag

branch git_tag

wintry git_tag

escen git_tag

fury git_tag

squarees git_tag

harbing git_tag

poly git_tag

victory git_tag

bark git_tag

scape git_tag

depth git_tag

scag git_tag

leaf git_tag

designr git_tag

mattd git_tag

About

few colors from the collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages