Sublime Forum

Style rgba(255, 255, 255, 0.5);

#1

Hi!!! I have the following css code:

#bezel > p{
color: #675728;
font-family: ‘Geo’, arial, serif;
text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

#screen{
width: 394px;
height: 254px;
background-image: url(’…/images/static.png’), -moz-gradient(center, circle closest-corner, #094a32 0%, #01150f 100%);
}

I want to style the letters rgba and the url. I want them red, so I need to edit the theme, but do you know how to call them in the theme I mean, library object?? type name??

Thanks!!

0 Likes

#2

Maybe you’re looking for the “show_scope_name” command? On Windows, it’s Ctrl+Alt+Shift+P and the scope under the cursor appears in the status bar.

0 Likes