From a3157dcf989ec145542bd4bdbf22afd2b3e9a6e6 Mon Sep 17 00:00:00 2001 From: sudacode Date: Wed, 18 Feb 2026 01:52:27 -0800 Subject: [PATCH] update --- .codex/config.toml##os.Linux | 3 +++ .config/mpv/script-opts/modernz.conf | 11 ++++++----- .config/nvim/lua/plugins/nvim-lint.lua | 2 ++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.codex/config.toml##os.Linux b/.codex/config.toml##os.Linux index 2b544be..a540a1a 100644 --- a/.codex/config.toml##os.Linux +++ b/.codex/config.toml##os.Linux @@ -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" diff --git a/.config/mpv/script-opts/modernz.conf b/.config/mpv/script-opts/modernz.conf index 15d3bb1..4ad97ac 100644 --- a/.config/mpv/script-opts/modernz.conf +++ b/.config/mpv/script-opts/modernz.conf @@ -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) diff --git a/.config/nvim/lua/plugins/nvim-lint.lua b/.config/nvim/lua/plugins/nvim-lint.lua index 47bf992..bff311f 100644 --- a/.config/nvim/lua/plugins/nvim-lint.lua +++ b/.config/nvim/lua/plugins/nvim-lint.lua @@ -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 = {