summaryrefslogtreecommitdiff
path: root/config/kak/colors
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-15 19:47:21 -0500
committerMarc Coquand <marc@mccd.space>2024-05-15 19:47:21 -0500
commit9536a4c2b46e6851db41bab2806c7bdeee8edbb8 (patch)
tree5a7be6c2376ed92884557d0257d0ed8c3dc1e796 /config/kak/colors
parentd09be0d5ced1b31e40a1114581abfce0db06c540 (diff)
downloadrcm-9536a4c2b46e6851db41bab2806c7bdeee8edbb8.tar.gz
rcm-9536a4c2b46e6851db41bab2806c7bdeee8edbb8.tar.bz2
rcm-9536a4c2b46e6851db41bab2806c7bdeee8edbb8.zip
Add kak and more
Diffstat (limited to 'config/kak/colors')
-rw-r--r--config/kak/colors/simple-dark.kak57
-rw-r--r--config/kak/colors/simple.kak66
2 files changed, 123 insertions, 0 deletions
diff --git a/config/kak/colors/simple-dark.kak b/config/kak/colors/simple-dark.kak
new file mode 100644
index 0000000..2d5a3e9
--- /dev/null
+++ b/config/kak/colors/simple-dark.kak
@@ -0,0 +1,57 @@
+# code
+
+face global value rgb:ffffff,default
+face global type rgb:dedede,default
+face global identifier rgb:dedede,default
+face global string rgb:eeffff,default
+face global DiagnosticError rgb:fecece,default
+face global keyword rgb:dedede,default+b
+face global builtin rgb:dedede,default
+face global module rgb:dedede,default
+face global operator rgb:dedede,default
+face global attribute rgb:ffffff,default
+face global comment rgb:787878,default
+face global meta rgb:878787,default
+face global function rgb:dedede,default
+face global argument rgb:dedede,default
+face global comma rgb:dedede,default
+face global constant rgb:dedede,default
+face global class rgb:dedede,default
+face global variable rgb:dedede,default
+
+# text
+
+face global title rgb:ffffff,default+b
+face global header rgb:ffffff,default
+face global bold rgb:ffffff,default+b
+face global italic rgb:ededed,default+i
+face global mono rgb:cccccc,rgb:212121
+face global block rgb:cccccc,rgb:212121
+face global link rgb:ffffff,default
+face global bullet rgb:ffffff,default
+face global list rgb:dedede,default
+
+# kakoune UI
+
+face global Default rgb:cccccc,rgb:000000
+face global PrimarySelection rgb:000000,rgb:cccccc
+face global SecondarySelection rgb:121212,rgb:ababab
+face global PrimaryCursor rgb:000000,rgb:ffffff+b
+face global SecondaryCursor rgb:121212,rgb:dedede+b
+face global MatchingChar default,rgb:333333
+face global Search default,rgb:333333
+face global Whitespace default,rgb:333333
+face global BufferPadding rgb:333333,default
+face global LineNumbers rgb:333333,default
+face global LineNumberCursor rgb:666666,default
+face global MenuForeground rgb:121212,rgb:dedede
+face global MenuBackground rgb:ededed,rgb:212121
+face global MenuInfo rgb:ededed,rgb:545454
+face global Information rgb:ededed,rgb:454545
+face global Error rgb:fecece,default
+face global StatusLine rgb:cccccc,rgb:212121
+face global StatusLineMode rgb:121212,rgb:dedede
+face global StatusLineInfo rgb:ffffff,rgb:333333
+face global StatusLineValue rgb:ffffff,rgb:454545
+face global StatusCursor default,rgb:787878
+face global Prompt rgb:121212,rgb:dedede
diff --git a/config/kak/colors/simple.kak b/config/kak/colors/simple.kak
new file mode 100644
index 0000000..31fe659
--- /dev/null
+++ b/config/kak/colors/simple.kak
@@ -0,0 +1,66 @@
+
+face global value rgb:000000,default
+face global type rgb:212121,default
+face global identifier rgb:212121,default
+face global string rgb:41486c,default
+face global error default,rgb:000000
+face global keyword rgb:212121,default+b
+face global builtin rgb:212121,default+b
+face global module rgb:212121,default
+face global operator rgb:212121,default
+face global attribute rgb:000000,default
+face global comment rgb:878787,default
+face global meta rgb:787878,default
+face global function rgb:787878,default
+face global argument rgb:787878,default
+face global comma rgb:212121,default
+face global constant rgb:212121,default
+face global class rgb:212121,default
+face global variable rgb:212121,default
+face global builtin rgb:212121,default+b
+
+face global title rgb:000000,default+b
+face global header rgb:000000,default
+face global bold rgb:000000,default+b
+face global italic rgb:121212,default+i
+face global mono rgb:111111,rgb:dedede
+face global block rgb:111111,rgb:dedede
+face global link rgb:000000,default
+face global bullet rgb:000000,default
+face global list rgb:212121,default
+
+face global Default rgb:111111,rgb:FFFFFF
+face global PrimarySelection rgb:111111,rgb:cecece
+face global SecondarySelection rgb:333333,rgb:EEEEEE
+face global PrimaryCursor rgb:ffffff,rgb:111111+b
+face global SecondaryCursor rgb:ededed,rgb:212121+b
+face global MatchingChar default,rgb:cccccc
+face global Search default,rgb:cccccc
+face global Whitespace default,rgb:cccccc
+face global BufferPadding rgb:cccccc,default
+face global LineNumbers rgb:cccccc,default
+face global LineNumberCursor rgb:999999,default
+face global MenuForeground rgb:ededed,rgb:212121
+face global MenuBackground default,rgb:dedede
+face global MenuInfo default,rgb:ababab
+face global Information default,rgb:bababa
+face global Error rgb:ededed,rgb:212121
+face global StatusLine rgb:333333,rgb:dedede
+face global StatusLineMode rgb:ededed,rgb:212121
+face global StatusLineInfo rgb:000000,rgb:cccccc
+face global StatusLineValue rgb:000000,rgb:bababa
+face global StatusCursor default,rgb:878787
+face global Prompt rgb:ededed,rgb:212121
+
+face global InfoBlock Information
+face global InfoBlockQuote Information
+face global InfoBullet Information
+face global InfoHeader Information
+face global InfoLink Information
+face global InfoLinkMono Information
+face global InfoMono Information
+face global InfoRule Information
+face global InfoDiagnosticError Information
+face global InfoDiagnosticHint Information
+face global InfoDiagnosticInformation Information
+face global InfoDiagnosticWarning Information