Skip to content

Commit

Permalink
Add colors for css
Browse files Browse the repository at this point in the history
  • Loading branch information
mskri committed Oct 19, 2022
1 parent 6657f52 commit b5cb50e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,28 @@ module.exports = function createTheme({ name, colors }) {
foreground: colors.white,
},
},
{
name: 'CSS variables',
scope: 'variable.css, variable.argument.css',
settings: {
foreground: colors.yellow,
},
},
{
name: 'CSS meta selector',
scope:
'entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css',
settings: {
foreground: colors.pink,
},
},
{
name: 'CSS properties',
scope: 'meta.property-name.css',
settings: {
foreground: colors.dark5,
},
},
{
name: 'CSS value',
scope: 'support.constant.property-value.css',
Expand Down

0 comments on commit b5cb50e

Please sign in to comment.