Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Allow advanced decoration tweaking #4

Closed
usernamehw opened this issue Jul 25, 2020 · 1 comment
Closed

Allow advanced decoration tweaking #4

usernamehw opened this issue Jul 25, 2020 · 1 comment
Assignees
Labels
feature-request New feature or request

Comments

@usernamehw
Copy link
Owner

usernamehw commented Jul 25, 2020

Screenshot (297)

settings.json:

"todomd.decorations": {
	"project": {
		"border": "1px dashed",
		"borderColor": "#fade41ca",
		"letterSpacing": "7px",
		"fontWeight": "bold",
		"backgroundColor": "#ffa03410",
		"borderRadius": "5px",
	},
	"context": {
		"fontStyle": "italic",
		"outline": "thick double",
		"outlineColor": "#32a1ce"
	},
	"comment": {
		"backgroundColor": "#0001"
	}
}
@usernamehw usernamehw added the feature-request New feature or request label Jul 25, 2020
@usernamehw usernamehw self-assigned this Jul 25, 2020
usernamehw added a commit that referenced this issue Jul 25, 2020
@usernamehw
Copy link
Owner Author

usernamehw commented Jul 25, 2020

If you know what you're doing it's possible to add CSS in textDecoration property

Screenshot (298)

"todomd.decorations": {
	"project": {
		"textDecoration": ";background-image: linear-gradient(to top,#7b81ec,#3bd1d3);padding: 0.1em 0",
		"color": "#000000",
		"fontWeight": "bold",
	},
},

usernamehw added a commit that referenced this issue Aug 12, 2020
#4 Allow advanced decoration tweaking
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant