Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created October 5, 2010 02:01
Show Gist options
  • Save joshuaclayton/610838 to your computer and use it in GitHub Desktop.
Save joshuaclayton/610838 to your computer and use it in GitHub Desktop.
vim_colors "totallybogus" do
author "Josh Clayton"
note "This is something kinda crazy"
reset true
background :light
normal :fg => "#000",
:bg => "#F8F8FF"
cursor :bg => "#445", :fg => "#F8F8FF" do
line :bg => "#D8D8DD"
column :bg => "#E8E8EE"
end
diff do
add :fg => "#030", :bg => "#DFD"
change :bg => "#EEE"
text :fg => "#DCC", :bg => "#DFF"
delete :fg => "#DCC", :bg => "#FDD"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment