You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
I made a code-color scheme for juCi++, inspired by the nord color scheme (https://github.com/arcticicestudio/nord)
Here's how it looks, the left one is the created color scheme in juCi++, the right one is nord-vim in vim
Adwaita Dark as GTK theme isn't particularly flattering for it, but I don't know how to create a GTK theme, so, eh.
The scheme requires a few more tweaks, but for now it's alright for me.
<?xml version="1.0" encoding="UTF-8"?>
<style-schemeid="juci-nord"_name="juci"version="1.0">
<author>d3rrial</author>
<_description>Style inspired by nord from arcticicestudio</_description>
<!-- Palette -->
<colorname="white"value="#E5E9F0"/>
<colorname="black"value="#3B4252"/>
<colorname="gray"value="#535C6E"/>
<colorname="red"value="#BF616A"/>
<colorname="green"value="#A3BE8C"/>
<colorname="blue"value="#81A1C1"/>
<colorname="light-blue"value="#8FBCBB"/>
<colorname="purple"value="#B48EAD"/>
<colorname="background-color"value="#2E3440"/>
<stylename="text"foreground="white"background="background-color"/>
<stylename="background-pattern"background="#rgba(255,255,255,.04)"/>
<stylename="selection"background="#215D9C"/>
<!-- Current Line Highlighting -->
<stylename="current-line"background="#rgba(255,255,255,.06)"/>
<!-- Bracket Matching -->
<stylename="bracket-match"foreground="black"background="gray"bold="true"/>
<stylename="bracket-mismatch"foreground="black"background="#FF0000"bold="true"/>
<!-- Search Matching -->
<stylename="search-match"foreground="black"background="white"/>
<!-- Language specifics -->
<stylename="def:builtin"foreground="blue"/>
<stylename="def:constant"foreground="blue"/>
<stylename="def:boolean"foreground="purple"/>
<stylename="def:decimal"foreground="purple"/>
<stylename="def:base-n-integer"foreground="purple"/>
<stylename="def:floating-point"foreground="purple"/>
<stylename="def:complex"foreground="purple"/>
<stylename="def:character"foreground="purple"/>
<stylename="def:special-char"foreground="purple"/>
<!-- Language specifics used by clang-parser in default config -->
<stylename="def:string"foreground="light-blue"/>
<stylename="def:comment"foreground="gray"/>
<stylename="def:statement"foreground="blue"/>
<stylename="def:type"foreground="blue"/>
<stylename="def:function"foreground="light-blue"/>
<stylename="def:identifier"foreground="purple"/>
<stylename="def:preprocessor"foreground="blue"/>
<stylename="def:error"foreground="#FF6666"/>
<stylename="def:warning"foreground="#FFE100"/>
<stylename="def:note"foreground="white"background="#444444"/>
<stylename="diff:added-line"foreground="green"/>
<stylename="diff:removed-line"foreground="red"/>
<stylename="diff:changed-line"foreground="orange"/>
<stylename="diff:diff-file"use-style="def:type"/>
<stylename="diff:location"use-style="def:statement"/>
<stylename="diff:special-case"use-style="def:constant"/>
</style-scheme>
PS: If something like this isn't supposed to belong into an issue, I'd appreciate a short reply! Thanks :)
The text was updated successfully, but these errors were encountered:
I made a code-color scheme for juCi++, inspired by the nord color scheme (https://github.com/arcticicestudio/nord)
Here's how it looks, the left one is the created color scheme in juCi++, the right one is nord-vim in vim
Adwaita Dark as GTK theme isn't particularly flattering for it, but I don't know how to create a GTK theme, so, eh.
The scheme requires a few more tweaks, but for now it's alright for me.
PS: If something like this isn't supposed to belong into an issue, I'd appreciate a short reply! Thanks :)
The text was updated successfully, but these errors were encountered: