Make spell palette prettier

This commit is contained in:
Aidan Matzko 2014-02-23 18:10:03 -05:00
parent 68497b2cf3
commit 8bef99e394

View file

@ -8,17 +8,17 @@
font-size: 12px
border: 1px solid transparent
cursor: pointer
@include user-select(all)
@user-select(none)
&:hover
border: 1px solid #BFF
border: 1px solid #000000
&.pinned
background-color: darken(#BFF, 20%)
background-color: darken(#FFFFFF, 25%)
// Pulling these colors from the most relevant textmate-theme classes
&.function
color: #0000A2
color: #0066FF
&.object
color: rgb(6, 150, 14)
&.string