Update README.md - #475
Closed
shantanu-sardesai wants to merge 1 commit into
Closed
Conversation
Fix the configuration file path for utop theme.
Collaborator
|
No, utop should load the files from the path in README since #431. What version of utop are you using? |
Author
|
Should be the latest one since I Installed it this morning using the command from the README. A screenshot of my utop version (
could it be that I misunderstood what the effects of adding the code from It made some minor changes in the color being displayed in my repl after I pasted the contents in Without any configuration:
With configuration in
With configuration in
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Hi, I started learning OCaml today and was installing
utopwhen I noticed a minor inconsistency in between the directions given in theutoprc-darkfile and theREADMEon the location to store the theme information.The ones in the
utoprc-darkworked for me, so creating a PR to update the path in theREADME.