@@ -8,46 +8,35 @@ return {
88 vim .cmd .colorscheme " catppuccin"
99 end ,
1010 opts = {
11+ custom_highlights = function (C )
12+ return {
13+ MiniFilesTitle = {
14+ fg = C .base ,
15+ bg = C .flamingo ,
16+ style = { " bold" }
17+ },
18+ MiniFilesTitleFocused = {
19+ bg = C .Rosewater ,
20+ fg = C .base ,
21+ style = { " bold" , " bold" },
22+ }
23+ }
24+ end ,
1125 background = { light = " latte" , dark = " mocha" },
1226 float = {
13- transparent = true , -- Enables transparency for floating windows
14- solid = true , -- If true, uses a solid background for floats
27+ transparent = true ,
28+ solid = true ,
1529 },
1630 transparent_background = true ,
1731 compile_path = vim .fn .stdpath " cache" .. " /catppuccin" ,
1832 compile = true ,
19- styles = {
20- comments = { " italic" },
21- functions = { " bold" },
22- keywords = { " italic" },
23- operators = { " bold" },
24- conditionals = { " bold" },
25- loops = { " bold" },
26- booleans = { " bold" , " italic" },
27- },
2833 integrations = {
2934 snacks = {
3035 enabled = true ,
3136 indent_scope_color = " lavender" ,
3237 },
3338 treesitter = true ,
34- mason = true ,
3539 blink_cmp = true ,
36- native_lsp = {
37- enabled = true ,
38- virtual_text = {
39- errors = { " italic" },
40- hints = { " italic" },
41- warnings = { " italic" },
42- information = { " italic" },
43- },
44- underlines = {
45- errors = { " undercurl" },
46- hints = { " undercurl" },
47- warnings = { " undercurl" },
48- information = { " undercurl" },
49- },
50- },
5140 mini = {
5241 enabled = true ,
5342 },
0 commit comments