mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-27 12:22:43 -08:00
update
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -173,9 +173,10 @@ zoom_in_max=4
|
||||
# minimum zoom out value
|
||||
zoom_out_min=-1
|
||||
|
||||
# Colors and style
|
||||
# accent color of the OSC and title bar
|
||||
osc_color=#181926
|
||||
# Colors and style
|
||||
# Catppuccin Macchiato palette
|
||||
# accent color of the OSC and title bar
|
||||
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
|
||||
@@ -208,8 +209,8 @@ side_buttons_color=#A5ADCB
|
||||
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
|
||||
# color of the element when held down (pressed)
|
||||
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)
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user