Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issues]: Solarized Dark Theme, lsd output problem. [Feature Requests]: Favourites Overhaul #1110

Open
andynameistaken opened this issue Jan 8, 2025 · 0 comments

Comments

@andynameistaken
Copy link

Hi,
First - thank you for creating this project, it is awesome - I love this feature that cd into directory triggers view change.

Solarized Dark UI

I created global Solarized Dark theme (it is a bit darker than solarized defaults to make it more 'macOS-like'. If you think it is good enough to add this to defaults then it would be nice to share it with others:

image

Solarized Dark UI
name "SolarizedDark"

base {
  appearance "dark"
  background #00222b
  separator #062b35
  text #b7b8a7
}

actionBar {
  separator #062b35

  button {
      background #062b35
      hotkey #b7b8a6
      text #cfd2b9
  }
}

asyncProgressBar {
  border #46585e
  progress #697678
  itemProgress #768181
}

breadcrumbs {
  color1 #00222b
  color2 #062b35
  color3 #46585e
  separator #516269
  text #98998a
}

files {
  background {
      alternate #001e25
      current #123640
      currentSelected #164450
      selected #00384a
  }

  dragDropSelection {
      width 1
  }

  text {
      current #e0e2cd
      currentSelected #fd6b08
      hidden #535352
      matched #fc503f
      selected #fd6a08
      highlighting1 #268bd2
      highlighting2 #859900
      highlighting3 #d33682
      highlighting4 #6c71c4
  }
}

searchBar {
  query {
      text #b7b8a7
      placeholder #88839496
  }

  results {
      highlighting #cb4b16
      selection #073642
      subtitle #797a6e
      text #b7b8a7
  }

  rowSeparator {
      color #062b35
      show true
  }
}

statusBar {
  border #062b35
  text #aeaeae
  quickSelectNoResultsHighlighting #dc322f
}

tableHeader {
  separator #062b35
  text #999da2

  pressed {
      background #062b35
  }
}

tabs {
  active {
      text #98998a
  }

  inactive {
      background #001f28
      text #606056
  }
}

terminal {
  caret {
      background #062b35
      text #fdf6e3
  }
}

textEditor {
  error #dc322f
  warning #b58900
  keyword #859900
  comment #586e75
  identifier #cb4b16

  literal {
      string #2aa198
      number #268bd2
      color #268bd2
  }

  gutter {
      background #062b35
      text #99839496
  }
}

Issues

Program doesn't open text files with application determined in settings:

Opening Theme

image

Teminal is not rendering lsd command properly

lsd example

image

Feature Request

It would be cool tho have toggle for showing favorites:

  • Sidebar

image

  • Pinned Favorites (that can be different from sidebar favorites)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant