mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Fix missing link
This commit is contained in:
parent
c84bbbdf45
commit
b0f4dfbc17
@ -107,11 +107,14 @@
|
||||
//! On top of a color style, some effects can be applied on cells: `Reverse`,
|
||||
//! for instance, swaps the foreground and background colors of a cell.
|
||||
//!
|
||||
//!
|
||||
//! # Style
|
||||
//!
|
||||
//! Finally, a style combine a [`ColorType`] and a set of [`Effect`]s, to
|
||||
//! represent any way text should be printed on screen.
|
||||
//!
|
||||
//! [`Effect`]: enum.Effect.html
|
||||
//!
|
||||
//! # Themes
|
||||
//!
|
||||
//! A theme defines the color palette an application will use, as well as
|
||||
|
Loading…
Reference in New Issue
Block a user