2 Commits

Author SHA1 Message Date
5ea0114631 fix tabs in nvim 2026-03-20 12:52:26 +05:30
6e2eba211f fix oh my bash path 2026-03-16 20:57:29 +05:30
2 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ case $- in
esac esac
# Path to your oh-my-bash installation. # Path to your oh-my-bash installation.
export OSH='/home/jsarthak/.oh-my-bash' export OSH='$HOME/.oh-my-bash'
# Set name of the theme to load. Optionally, if you set this to "random" # Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded. # it'll load a random theme each time that oh-my-bash is loaded.

View File

@@ -3,7 +3,15 @@ local options = {
base46 = { base46 = {
theme = "tokyodark", -- default theme theme = "tokyodark", -- default theme
hl_add = {}, hl_add = {},
hl_override = {}, hl_override = {
TbBufOn = {
bold = true,
fg = "green",
},
St_FileName = {
bold = true,
},
},
integrations = {}, integrations = {},
changed_themes = {}, changed_themes = {},
transparency = true, transparency = true,