aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula.toml
blob: 4e01bae2d2fac00eba0c687000823dc06b7f8a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Author : Sebastian Zivota <loewenheim@mailbox.org>
# Author : Chirikumbrah

"annotation"                      = { fg = "foreground"                                                     }

"attribute"                       = { fg = "green",              modifiers = ["italic"]                     }

"comment"                         = { fg = "comment"                                                        }
"comment.block"                   = { fg = "comment"                                                        }
"comment.block.documentation"     = { fg = "comment"                                                        }
"comment.line"                    = { fg = "comment"                                                        }

"constant"                        = { fg = "purple"                                                         }
"constant.builtin"                = { fg = "purple"                                                         }
"constant.builtin.boolean"        = { fg = "purple"                                                         }
"constant.character"              = { fg = "cyan"                                                           }
"constant.character.escape"       = { fg = "pink"                                                           }
"constant.macro"                  = { fg = "purple"                                                         }
"constant.numeric"                = { fg = "purple"                                                         }
"constructor"                     = { fg = "purple"                                                         }

"definition"                      = { underline = { color = "cyan"                                        } }

"diagnostic"                      = { underline = { color = "orange",          style = "curl"             } }
"diagnostic.hint"                 = { underline = { color = "purple",          style = "curl"             } }
"diagnostic.warning"              = { underline = { color = "yellow",          style = "curl"             } }
"diagnostic.error"                = { underline = { color = "red",             style = "curl"             } }
"diagnostic.info"                 = { underline = { color = "cyan",            style = "curl"             } }

"error"                           = { fg    = "red"                                                         }
"hint"                            = { fg    = "purple"                                                      }
"info"                            = { fg    = "cyan"                                                        }
"warning"                         = { fg    = "yellow"                                                      }

"diff.delta"                      = { fg    = "orange"                                                      }
"diff.minus"                      = { fg    = "red"                                                         }
"diff.plus"                       = { fg    = "green"                                                       }

# d
"function"                        = { fg = "green"                                                          }
"function.builtin"                = { fg = "green"                                                          }
"function.call"                   = { fg = "green"                                                          }
"function.macro"                  = { fg = "purple"                                                         }
"function.method"                 = { fg = "green"                                                          }

"keyword"                         = { fg = "pink"                                                           }
"keyword.control.conditional"     = { fg = "pink"                                                           }
"keyword.control.exception"       = { fg = "purple"                                                         }
"keyword.control.import"          = { fg = "pink"                                                           }
"keyword.control.repeat"          = { fg = "pink"                                                           }
"keyword.directive"               = { fg = "green"                                                          }
"keyword.function"                = { fg = "pink"                                                           }
"keyword.operator"                = { fg = "pink"                                                           }
"keyword.return"                  = { fg = "pink"                                                           }
"keyword.storage"                 = { fg = "pink"                                                           }
"keyword.storage.modifier"        = { fg = "pink"                                                           }
"keyword.storage.type"            = { fg = "cyan",               modifiers = ["italic"]                     }

"label"                           = { fg = "cyan"                                                           }

"markup.bold"                     = { fg    = "orange",          modifiers = ["bold"]                       }
"markup.heading"                  = { fg    = "purple",          modifiers = ["bold"]                       }
"markup.italic"                   = { fg    = "yellow",          modifiers = ["italic"]                     }
"markup.link.text"                = { fg    = "pink"                                                        }
"markup.link.url"                 = { fg    = "cyan"                                                        }
"markup.list"                     = { fg    = "cyan"                                                        }
"markup.quote"                    = { fg    = "yellow",          modifiers = ["italic"]                     }
"markup.raw"                      = { fg    = "foreground"                                                  }
"markup.strikethrough"            = {                            modifiers = ["crossed_out"]                }

"punctuation"                     = { fg = "foreground"                                                     }
"punctuation.bracket"             = { fg = "foreground"                                                     }
"punctuation.delimiter"           = { fg = "foreground"                                                     }
"punctuation.special"             = { fg = "pink"                                                           }

"special"                         = { fg = "pink"                                                           }

"string"                          = { fg = "yellow"                                                         }
"string.regexp"                   = { fg = "red"                                                            }
"string.special"                  = { fg = "orange"                                                         }
"string.symbol"                   = { fg = "yellow"                                                         }

"tag"                             = { fg = "pink"                                                           }
"tag.attribute"                   = { fg = "purple"                                                         }
"tag.delimiter"                   = { fg = "foreground"                                                     }

"type"                            = { fg = "cyan",               modifiers = ["italic"]                     }
"type.builtin"                    = { fg = "cyan"                                                           }
"type.enum.variant"               = { fg = "foreground",         modifiers = ["italic"]                     }

"ui.background"                   = { fg    = "foreground",      bg = "background"                          }
"ui.cursor"                       = { fg    = "background",      bg = "purple",        modifiers = ["dim"]  }
"ui.cursor.insert"                = { fg    = "background",      bg = "green",         modifiers = ["dim"]  }	
"ui.cursor.match"                 = { fg    = "foreground",      bg = "grey"                                }
"ui.cursor.normal"                = { fg    = "background",      bg = "purple",        modifiers = ["dim"]  }	
"ui.cursor.primary.insert"        = { fg    = "background",      bg = "green"                               }	
"ui.cursor.primary.normal"        = { fg    = "background",      bg = "purple"                              }	
"ui.cursor.primary.select"        = { fg    = "background",      bg = "cyan"                                }
"ui.cursor.select"                = { fg    = "background",      bg = "cyan",          modifiers = ["dim"]  }
"ui.cursorline.primary"           = {                            bg = "cursorline"                          }
"ui.debug"                        = { fg    = "red"                                                         }
"ui.help"                         = { fg    = "foreground",      bg = "black"                               }
"ui.highlight.frameline"          = { fg    = "background",      bg = "red"                                 }
"ui.linenr"                       = { fg    = "comment"                                                     }
"ui.linenr.selected"              = { fg    = "foreground"                                                  }
"ui.menu"                         = { fg    = "foreground",      bg = "current_line"                        }
"ui.menu.scroll"                  = { fg    = "foreground",      bg = "current_line"                        }
"ui.menu.selected"                = { fg    = "current_line",    bg = "purple",        modifiers = ["dim"]  }
"ui.popup"                        = { fg    = "foreground",      bg = "black"                               }
"ui.selection"                    = {                            bg = "selection"                           }
"ui.selection.primary"            = {                            bg = "current_line"                        }
"ui.statusline"                   = { fg    = "foreground",      bg = "darker"                              }
"ui.statusline.inactive"          = { fg    = "comment",         bg = "darker"                              }
"ui.statusline.insert"            = { fg    = "black",           bg = "green",         modifiers = ["bold"] }
"ui.statusline.normal"            = { fg    = "black",           bg = "purple",        modifiers = ["bold"] }
"ui.statusline.select"            = { fg    = "black",           bg = "cyan",          modifiers = ["bold"] }
"ui.text"                         = { fg    = "foreground"                                                  }
"ui.text.focus"                   = { fg    = "cyan"                                                        }
"ui.virtual.indent-guide"         = { fg    = "indent"                                                      }
"ui.virtual.inlay-hint"           = { fg    = "cyan"                                                        }
"ui.virtual.inlay-hint.parameter" = { fg    = "cyan",            modifiers = ["italic", "dim"]              }
"ui.virtual.inlay-hint.type"      = { fg    = "cyan",            modifiers = ["italic", "dim"]              }
"ui.virtual.jump-label"           = { fg    = "pink",            modifiers = ["bold"]                       }
"ui.virtual.ruler"                = { bg    = "black"                                                       }
"ui.virtual.whitespace"           = { fg    = "whitespace"                                                  }
"ui.virtual.wrap"                 = { fg    = "current_line"                                                }
"ui.window"                       = { fg    = "foreground"                                                  }

"variable"                        = { fg = "foreground"                                                     }
"variable.builtin"                = { fg = "purple",             modifiers = ["italic"]                     }
"variable.other"                  = { fg = "foreground"                                                     }
"variable.other.member"           = { fg = "foreground"                                                     }
"variable.parameter"              = { fg = "orange",             modifiers = ["italic"]                     }


[palette]
background        = "#282A36"
black             = "#191A21"
comment           = "#6272A4"
current_line      = "#44475a"
cursorline        = "#2d303e"
cyan              = "#8be9fd"
darker            = "#222430"
foreground        = "#f8f8f2"
green             = "#50fa7b" 
grey              = "#666771"
indent            = "#56596a"
orange            = "#ffb86c" 
pink              = "#ff79c6"
purple            = "#BD93F9" 
red               = "#ff5555"
selection         = "#363848"
whitespace        = "#586693"
yellow            = "#f1fa8c"