opencode color changes
This commit is contained in:
@@ -23,6 +23,10 @@ alias gp='git push'
|
||||
alias k9s='$HOME/dotfiles/k9s/.config/k9s/k9s-theme-sync.sh'
|
||||
alias oc='opencode'
|
||||
|
||||
# opencode settings
|
||||
# export GOOGLE_CLOUD_PROJECT=claude-code-tibco
|
||||
# export VERTEX_LOCATION=global
|
||||
|
||||
alias vd='vd --theme asciimono'
|
||||
|
||||
export EDITOR='nvim'
|
||||
|
||||
@@ -16,9 +16,9 @@ shell-integration-features = no-cursor
|
||||
cursor-style = block
|
||||
|
||||
# background
|
||||
background-image = ~/.config/ghostty/earth.png
|
||||
background-image-opacity = 0
|
||||
background-image-fit = cover
|
||||
# background-image = ~/.config/ghostty/earth.png
|
||||
# background-image-opacity = 0
|
||||
# background-image-fit = cover
|
||||
|
||||
macos-icon = xray
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@ palette = 12=#61afef
|
||||
palette = 13=#c678dd
|
||||
palette = 14=#56b6c2
|
||||
palette = 15=#bfc5ce
|
||||
background = #111111
|
||||
background = #000000
|
||||
foreground = #abb2bf
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
benchmarks:
|
||||
defaults:
|
||||
concurrency: 2
|
||||
requests: 200
|
||||
@@ -0,0 +1,14 @@
|
||||
k9s:
|
||||
cluster: kubernetes
|
||||
namespace:
|
||||
active: cp1-ns
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- cp1-ns
|
||||
- default
|
||||
view:
|
||||
active: po
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
portForwardAddress: localhost
|
||||
proxy: null
|
||||
@@ -34,8 +34,14 @@ bind-key m command-prompt -p "send pane to:" "join-pane -t :'%%'"
|
||||
set -s escape-time 0
|
||||
|
||||
# True color support
|
||||
set -g default-terminal "tmux-256color"
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
# set -g default-terminal "tmux-256color"
|
||||
# set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
# Allow OSC 11 background queries to pass through
|
||||
set -g allow-passthrough on
|
||||
set -ga terminal-features "*:osc7,RGB,usstyle,RGB"
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # truecolor underline
|
||||
|
||||
set -g status-style "fg=blue"
|
||||
set -g window-status-current-style "fg=green"
|
||||
|
||||
Reference in New Issue
Block a user