From bc6e2fc05148dee914141a07fcefb75ac3a819e1 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 29 Dec 2017 10:15:20 +0100 Subject: Add configuration for italic text The configuration to enable italic comments (1) is like the name suggests limited to comments only, but there are other use cases like the italic style in Markdown (2). This commit adds a new theme configuration to explicitly enable italics. The configurations is enabled by default when running in "gui" mode and is disabled by default in "term" mode. The reason for this standard behavior is the fact that there are still shells and terminals which are not able to handle italics. Enabling italics for terminals by default would cause unpredictable bugs and graphical glitches. The new configuration is named "nord_italic". References: (1) https://github.com/arcticicestudio/nord-vim#italic-comments (2) https://github.com/arcticicestudio/nord-vim/issues/84 GH-88 --- assets/scrot-config-italic-comments.png | Bin 0 -> 135518 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/scrot-config-italic-comments.png (limited to 'assets') diff --git a/assets/scrot-config-italic-comments.png b/assets/scrot-config-italic-comments.png new file mode 100644 index 0000000..edd9d95 Binary files /dev/null and b/assets/scrot-config-italic-comments.png differ -- cgit v1.2.3-70-g09d2