This commit is contained in:
2026-02-18 01:52:27 -08:00
parent b8c317595a
commit a3157dcf98
3 changed files with 11 additions and 5 deletions

View File

@@ -29,3 +29,6 @@ trust_level = "trusted"
[projects."/home/sudacode/projects/japanese/GameSentenceMiner"] [projects."/home/sudacode/projects/japanese/GameSentenceMiner"]
trust_level = "trusted" trust_level = "trusted"
[projects."/home/sudacode/.config/mpv/script-opts"]
trust_level = "trusted"

View File

@@ -173,9 +173,10 @@ zoom_in_max=4
# minimum zoom out value # minimum zoom out value
zoom_out_min=-1 zoom_out_min=-1
# Colors and style # Colors and style
# accent color of the OSC and title bar # Catppuccin Macchiato palette
osc_color=#181926 # accent color of the OSC and title bar
osc_color=#24273A
# color of the title in borderless/fullscreen mode # color of the title in borderless/fullscreen mode
window_title_color=#A5ADCB window_title_color=#A5ADCB
# color of the window controls (close, minimize, maximize) in borderless/fullscreen mode # color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
@@ -208,8 +209,8 @@ side_buttons_color=#A5ADCB
middle_buttons_color=#A5ADCB middle_buttons_color=#A5ADCB
# color of the play/pause button # color of the play/pause button
playpause_color=#A5ADCB playpause_color=#A5ADCB
# color of the element when held down (pressed) # color of the element when held down (pressed)
held_element_color=#999999 held_element_color=#939AB7
# color of a hovered button when hover_effect includes "color" # color of a hovered button when hover_effect includes "color"
hover_effect_color=#C6A0F6 hover_effect_color=#C6A0F6
# color of the border for thumbnails (with thumbfast) # color of the border for thumbnails (with thumbfast)

View File

@@ -11,6 +11,8 @@ return {
yaml = { "yamllint" }, yaml = { "yamllint" },
vim = { "vint" }, vim = { "vint" },
go = { "golangcilint" }, go = { "golangcilint" },
typescript = { "eslint" },
typescriptreact = { "eslint" },
} }
lint.linters.jsonlint.cmd = "vscode-json-language-server" lint.linters.jsonlint.cmd = "vscode-json-language-server"
lint.linters.shellcheck.args = { lint.linters.shellcheck.args = {