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"]
trust_level = "trusted"
[projects."/home/sudacode/.config/mpv/script-opts"]
trust_level = "trusted"

View File

@@ -174,8 +174,9 @@ zoom_in_max=4
zoom_out_min=-1
# Colors and style
# Catppuccin Macchiato palette
# accent color of the OSC and title bar
osc_color=#181926
osc_color=#24273A
# color of the title in borderless/fullscreen mode
window_title_color=#A5ADCB
# color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
@@ -209,7 +210,7 @@ middle_buttons_color=#A5ADCB
# color of the play/pause button
playpause_color=#A5ADCB
# 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"
hover_effect_color=#C6A0F6
# color of the border for thumbnails (with thumbfast)

View File

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